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: as_i_presentation_component, b, color, color_type, float_b, float_g, and 7 more.

Properties

NameTypeAccessDescription
color_typeColorTypeRead/WriteReturns or sets the color definition method.
colorColorRead/WriteReturns resulting color.
preset_colorPresetColorRead/WriteReturns or sets the color preset.
scheme_colorSchemeColorRead/WriteReturns or sets the color identified by a color scheme.
rintRead/WriteReturns or sets the red component of a color.
gintRead/WriteReturns or sets the green component of a color.
bintRead/WriteReturns or sets the blue component of a color.
float_rfloatRead/WriteReturns or sets the red component of a color.
float_gfloatRead/WriteReturns or sets the green component of a color.
float_bfloatRead/WriteReturns or sets the blue component of a color.
as_i_presentation_componentIPresentationComponentReadAllows to get base IPresentationComponent interface.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

See Also