ColorFormat
ColorFormat
概述
ColorFormat 是Python的Aspose.Slides FOSS中的一个类. 继承人: PVIObject, ISlideComponent, IPresentationComponent.
表示在演示中使用的颜色.
特性: as_i_presentation_component, b, color, color_type, float_b, float_g,另外7个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
color_type | ColorType | 阅读/写作 | 返回或设置颜色定义方法. |
color | Color | 阅读/写作 | 返回结果的颜色. |
preset_color | PresetColor | 阅读/写作 | 返回或设置颜色预设. |
scheme_color | SchemeColor | 阅读/写作 | 返回或设置由颜色方案识别的颜值. |
r | int | 阅读/写作 | 返回或设置颜色的红组件. |
g | int | 阅读/写作 | 返回或设置颜色的绿色组件. |
b | int | 阅读/写作 | 返回或设置颜色的蓝组件. |
float_r | float | 阅读/写作 | 返回或设置颜色的红组件. |
float_g | float | 阅读/写作 | 返回或设置颜色的绿色组件. |
float_b | float | 阅读/写作 | 返回或设置颜色的蓝组件. |
as_i_presentation_component | IPresentationComponent | 阅读 | 允许获得基本的 IPresentationComponent 接口. |
slide | IBaseSlide | 阅读 | 获取幻灯片。. |
presentation | IPresentation | 阅读 | 获取演示。. |