天软金融分析.NET函数大全 > TSL函数 > 图形函数 > 颜色变换函数

PaletteIndex    

简述
调色板中的颜色。
定义
PaletteIndex(i: Word): TCOLOR;
参数
名称类型说明
I WordPC_RESERVED = 1;   { palette index used for animation }
PC_EXPLICIT = 2;   { palette index is explicit to device }
PC_NOCOLLAPSE = 4;  { do not match color to system palette }
    相关