是否要修改 SkeletonGraphic 的主要颜色? 如果是这样,那么您可以简单地修改 skeletonGraphic.color。 SkeletonGraphic 是 MaskableGraphic 的子类,因此提供相同的 API(参见 此处 或 此处)。
Do you want to modify the main color of the SkeletonGraphic? If so, then you can simply modify skeletonGraphic.color. SkeletonGraphic is a subclass of MaskableGraphic and therefore offers the same API (see here or here).