 | RandomColorGetColors 方法 (Options) |
Sweet 开发框架
Generate one color for each of the provided generator options.
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static Color[] GetColors(
params Options[] options
)
Public Shared Function GetColors (
ParamArray options As Options()
) As Color()
static member GetColors :
options : Options[] -> Color[]
参数
- options
- 类型:SweetUIOptions
List of options to use when creating colors.
返回值
类型:
Color[缺少 "M:SweetUI.RandomColor.GetColors(SweetUI.Options[])" 的 <returns> 文档]
参见