|
AnyCAD Rapid API 2024
Help you to create a better world!
|
Public 成员函数 | |
| GradientColorBackground (Vector3 top, Vector3 bottom) | |
| void | SetColors (Vector3 top, Vector3 bottom) |
| void | SetColorsByTopBottom (Vector3 top, Vector3 bottom) |
| void | SetColors (Vector3 color1, Vector3 color2, Vector3 color3, Vector3 color4) |
| void | SetColorsByCorners (Vector3 color1, Vector3 color2, Vector3 color3, Vector3 color4) |
静态 Public 成员函数 | |
| static GradientColorBackground | Cast (Background object) |
静态 Public 成员函数 继承自 Background | |
| static Background | Create (EnumBackgroundTheme theme) |
<> 渐变背景色
| void GradientColorBackground.SetColors | ( | Vector3 | color1, |
| Vector3 | color2, | ||
| Vector3 | color3, | ||
| Vector3 | color4 ) |
设置四个角的颜色
| color1 | 1 |
| color2 | 2 |
| color3 | 3 |
| color4 | 4 |