 | RandomColorGetColors 方法 (ColorScheme, Luminosity, Int32) |
Sweet 开发框架
Generates multiple random colors.
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static Color[] GetColors(
ColorScheme scheme,
Luminosity luminosity,
int count
)
Public Shared Function GetColors (
scheme As ColorScheme,
luminosity As Luminosity,
count As Integer
) As Color()
static member GetColors :
scheme : ColorScheme *
luminosity : Luminosity *
count : int -> Color[]
参数
- scheme
- 类型:SweetUIColorScheme
Which color schemed to use when generating the color. - luminosity
- 类型:SweetUILuminosity
The desired luminosity of the color. - count
- 类型:SystemInt32
How many colors to generate
返回值
类型:
Color[缺少 "M:SweetUI.RandomColor.GetColors(SweetUI.ColorScheme,SweetUI.Luminosity,System.Int32)" 的 <returns> 文档]
参见