Functions.RgbScheme 方法 | |
-- todo --
从指定的颜色方案中返回一个RGB颜色对或RGB颜色对列表。
命名空间:
XSharp.VFP
程序集:
XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法 FUNCTION RgbScheme(
nColorSchemeNumber,
nColorPairPosition
) AS STRING CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public static string RgbScheme(
__Usual nColorSchemeNumber = default,
__Usual nColorPairPosition = default
)
查看代码参数
- nColorSchemeNumber (Optional)
- 类型:__Usual
指定要获取完整RGB颜色列表的颜色方案编号。RGBScheme() 返回10个RGB颜色对。
- nColorPairPosition (Optional)
- 类型:__Usual
从颜色方案中返回单个RGB颜色对。nColorPairPosition指定颜色方案中RGB颜色对的位置。
例如,如果nColorPairPosition为4,则返回第四个RGB颜色对。
返回值
类型:
String
字符型
备注
使用SCHEME()从颜色方案中返回传统颜色对或颜色对列表。RGB颜色对使用数值来指定颜色。
传统颜色对使用字母来指定颜色。
示例 参见