IColorComponents Interface

IColorComponents interface

Declares method and properties for processing color components.

public interface IColorComponents

Properties

NameDescription
getAlpha Returns the alpha component.
getComponents Returns the color components as float array.
getModel Returns the color model.

Methods

NameDescription
toColor()Converts the color components to the Color object.
toString(bool, bool, int)Converts color components to String representation.

See Also