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
Description
IColorFormat is a class in the Aspose.Slides FOSS library for Python that exposes 0 methods and 10 properties for programmatic use. It extends IFillParamSource and implements ABC, inheriting shared functionality from its parent type.
Core capabilities include: colortype; color; presetcolor. These operations enable developers to integrate icolorformat functionality directly into Python applications.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
color_type | ColorType | Read / Write | The color_type value. |
color | Color | Read / Write | The color value. |
preset_color | PresetColor | Read / Write | The preset_color value. |
scheme_color | SchemeColor | Read / Write | The scheme_color value. |
r | int | Read / Write | The r value. |
g | int | Read / Write | The g value. |
b | int | Read / Write | The b value. |
float_r | float | Read / Write | The float_r value. |
float_g | float | Read / Write | The float_g value. |
float_b | float | Read / Write | The float_b value. |