Alpha component of the color in interval [0, 1]
Blue component of the color in interval [0, 255]
Green component of the color in interval [0, 255]
Indicator to differentiate color variables from color styles
OptionallinkedUnique identifier of the linked color variable, which is converted from a color variable
OptionalnameName of the color
OptionaloriginalOriginal name of the color
Red component of the color in interval [0, 255]
OptionalsourceUnique identifier of the color
Gets the formatted name of the color using the specified naming scheme
OptionalnamingScheme: NamingSchemeThe naming scheme to use
Formatted color name
Returns the base hex string without the # prefix
Hex string without prefix
Converts the color to a hexadecimal string
Hexadecimal color string
Return the HSLA representation of the color
HSL object
Gets the HSLA values as a CSS string
CSS compatible hsla string
Gets the RGBA values as a CSS string
CSS compatible rgba (or rgb if alpha is below 1.0) string
StaticblendStaticfromCreates a Color instance from a JSON string
JSON string representing a color
A new Color instance
A class that represents an RGBA color