IColorFormat
Overview
IColorFormat is a interface in Aspose.Slides FOSS for .NET.
Represents a color format used in presentation elements.
Properties: B, Color, ColorType, FloatB, FloatG, FloatR, and 7 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ColorType | ColorType | Read/Write | Gets or sets the color type. |
Color | Color? | Read/Write | Gets or sets the RGB color value. |
PresetColor | PresetColor | Read/Write | Gets or sets the preset color. |
SchemeColor | SchemeColor | Read/Write | Gets or sets the scheme color. |
R | int | Read/Write | Gets or sets the red component (0-255). |
G | int | Read/Write | Gets or sets the green component (0-255). |
B | int | Read/Write | Gets or sets the blue component (0-255). |
FloatR | float | Read/Write | Gets or sets the red component as a float (0.0-1.0). |
FloatG | float | Read/Write | Gets or sets the green component as a float (0.0-1.0). |
FloatB | float | Read/Write | Gets or sets the blue component as a float (0.0-1.0). |
Hue | float | Read/Write | Gets or sets the hue component (0-360). |
Saturation | float | Read/Write | Gets or sets the saturation component (0-100). |
Luminance | float | Read/Write | Gets or sets the luminance component (0-100). |