IColorComponents Interface
IColorComponents interface
Declares method and properties for processing color components.
public interface IColorComponents
Properties
Name | Description |
---|---|
Alpha { get; } | Returns the alpha component. |
Components { get; } | Returns the color components as float array. |
Model { get; } | Returns the color model. |
Methods
Name | Description |
---|---|
ToColor() | Converts the color components to the Color object. |
ToString(bool, bool, int) | Converts color components to string representation. |
See Also
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML