ColorFormat
Overview
ColorFormat is a class in Aspose.Slides FOSS for .NET.
Inherits from: IColorFormat.
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 color. |
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 r. |
G | int | Read/Write | Gets or sets the g. |
B | int | Read/Write | Gets or sets the b. |
FloatR | float | Read/Write | Gets or sets the float r. |
FloatG | float | Read/Write | Gets or sets the float g. |
FloatB | float | Read/Write | Gets or sets the float b. |
Hue | float | Read/Write | Gets or sets the hue. |
Saturation | float | Read/Write | Gets or sets the saturation. |
Luminance | float | Read/Write | Gets or sets the luminance. |