ColorFormat
General
ColorFormat is a class in Aspose.Slides for Python.
Inherits from: PVIObject, ISlideComponent, IPresentationComponent.
ColorFormat és una classe en Aspose.Slides per a Python. És heretat de: ゚PVIObject, ⌒ISlideComponentヽ , ゙IPresentationComponent .
Representa un color utilitzat en una presentació.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
color_type | ColorType | Read | Represents the kind of color (e.g., scheme, preset, custom) |
color | Color | Read | Represents the actual Color object value |
preset_color | PresetColor | Read | Represents a predefined color from the PresetColor enum |
scheme_color | SchemeColor | Read | Represents a color defined by a theme scheme |
r | int | Read | Represents the red component as an integer (0-255) |
g | int | Read | Represents the green component as an integer (0-255) |
b | int | Read | Represents the blue component as an integer (0-255) |
float_r | float | Read | Represents the red component as a float (0.0-1.0) |
float_g | float | Read | Represents the green component as a float (0.0-1.0) |
float_b | float | Read | Represents the blue component as a float (0.0-1.0) |