Enum ShapeColorSource
How a color is sourced before its transforms are applied.
public enum ShapeColorSource
Fields
Srgb = 0An explicit sRGB value (a:srgbClr).
Scheme = 1A theme scheme slot (a:schemeClr).
Placeholder = 2The style-reference placeholder color (a:schemeClr val="phClr").
System = 3A system color resolved to its lastClr (a:sysClr).