GradientStop

概述

GradientStop 是 C++ 的 FOSS 中的 Aspose.Slides 类.

代表一个梯度填充中的梯次停止.梯级停滞定义了一个颜色在一个特定的位置 (0.0至1.0) 在梯形填写中.

本类提供了11种方法,用于在C++程序中与GradientStop对象工作. 有的方法包括: GradientStop, SimpleColorFormat, color, init_internal, position, save, set_position. 在安装了Aspose.Slides FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序. 特性: SimpleColorFormat.

属性

名称:类型Access描述情况
SimpleColorFormatSimpleColorFormat阅读获取简单颜色格式。.

方法

Signature描述情况
SimpleColorFormat()SimpleColorFormat财产提供进入停车点的 SimpleColorFormat
SimpleColorFormat()SimpleColorFormat
GradientStop()
GradientStop(position: float)
GradientStop(position: float, color: Drawing::Color)
init_internal(gs_element: pugi::xml_node, save_callback: std::function<void()>)从XML \ 元素开始.
save()通过保存回调进行持续更改.
position()float表示渐变填充中的渐变停止点。.
set_position(value: float)设置渐变停止点的位置(0.0 到 1.0)。.
color()SimpleColorFormat返回这个梯度停止的颜色格式.
color()SimpleColorFormat返回这个梯度停止的颜色格式.

查看更多

 中文