awtk/docs/manual/gradient_stop_t.md
2021-10-13 09:51:38 +08:00

32 lines
771 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## gradient\_stop\_t
### 概述
渐变关键点。
----------------------------------
### 属性
<p id="gradient_stop_t_properties">
| 属性名称 | 类型 | 说明 |
| -------- | ----- | ------------ |
| <a href="#gradient_stop_t_color">color</a> | color\_t | 颜色。 |
| <a href="#gradient_stop_t_offset">offset</a> | float | 偏移量(0-1)。 |
#### color 属性
-----------------------
> <p id="gradient_stop_t_color">颜色。
* 类型color\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### offset 属性
-----------------------
> <p id="gradient_stop_t_offset">偏移量(0-1)。
* 类型float
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |