IColorComponents class

IColorComponents class

Declares method and properties for processing color components.

The IColorComponents type exposes the following members:

Properties

PropertyDescription
modelReturns the color model.
componentsReturns the color components as float array.
alphaReturns the alpha component.

Methods

MethodDescription
to_colorConverts the color components to the Color object.
to_stringConverts color components to string representation.

See Also