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

NameTypeAccessDescription
color_typeColorTypeReadRepresents the kind of color (e.g., scheme, preset, custom)
colorColorReadRepresents the actual Color object value
preset_colorPresetColorReadRepresents a predefined color from the PresetColor enum
scheme_colorSchemeColorReadRepresents a color defined by a theme scheme
rintReadRepresents the red component as an integer (0-255)
gintReadRepresents the green component as an integer (0-255)
bintReadRepresents the blue component as an integer (0-255)
float_rfloatReadRepresents the red component as a float (0.0-1.0)
float_gfloatReadRepresents the green component as a float (0.0-1.0)
float_bfloatReadRepresents the blue component as a float (0.0-1.0)
 Català