Color Objects

A standard set of colors are defined in the Autogenerated Objects library. In addition, in the Basics library, an ARGB object is defined that allows creating an arbitrary color.

Color objects are defined with the Color type in the object definition.

The color objects are used in the GetStyles function to control the colors used to render objects.

The ARGB object can be used to define custom color definitions - its defined in the Color objects in the Basics library.

You can use the ARGB object anywhere that a color is called for, but typically you will create a custom color with a value property set to an ARGB object.