IColorComponents Interface

IColorComponents interface

Declares method and properties for processing color components.

public interface IColorComponents

Properties

NameDescription
Alpha { get; }Returns the alpha component.
Components { get; }Returns the color components as float array.
Model { get; }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