IColorFormat — Aspose.Slides FOSS Python API Reference

Overview

IColorFormat defines formatting options for i color. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition. Refer to the package documentation for installation instructions and a complete list of related types.

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
color_typeColorTypeRead / WriteThe color_type value.
colorColorRead / WriteThe color value.
preset_colorPresetColorRead / WriteThe preset_color value.
scheme_colorSchemeColorRead / WriteThe scheme_color value.
rintRead / WriteThe r value.
gintRead / WriteThe g value.
bintRead / WriteThe b value.
float_rfloatRead / WriteThe float_r value.
float_gfloatRead / WriteThe float_g value.
float_bfloatRead / WriteThe float_b value.

See Also