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

NameTypeAccessDescription
color_typeColorTypeReadReturns or sets the color definition method.
colorColorReadReturns resulting color.
preset_colorPresetColorReadReturns or sets the color preset.
scheme_colorSchemeColorReadReturns or sets the color identified by a color scheme.
rintReadReturns or sets the red component of a color.
gintReadReturns or sets the green component of a color.
bintReadReturns or sets the blue component of a color.
float_rfloatReadReturns or sets the red component of a color.
float_gfloatReadReturns or sets the green component of a color.
float_bfloatReadReturns or sets the blue component of a color.

See Also