ColorFormat
Overview
ColorFormat is a class in Aspose.Slides FOSS for Python.
Inherits from: PVIObject, ISlideComponent, IPresentationComponent.
Represents a color used in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
color_type | ColorType | Read | Returns or sets the color definition method. |
color | Color | Read | Returns resulting color. |
preset_color | PresetColor | Read | Returns or sets the color preset. |
scheme_color | SchemeColor | Read | Returns or sets the color identified by a color scheme. |
r | int | Read | Returns or sets the red component of a color. |
g | int | Read | Returns or sets the green component of a color. |
b | int | Read | Returns or sets the blue component of a color. |
float_r | float | Read | Returns or sets the red component of a color. |
float_g | float | Read | Returns or sets the green component of a color. |
float_b | float | Read | Returns or sets the blue component of a color. |