 | XColorTableSetCLT Method (Int32, Byte, Byte, Byte) |
특정 인덱스값에 특정 칼라 값을 설정한다.
Namespace:
Pixoneer.NXDL
Assembly:
NXDL (in NXDL.dll) Version: 1.2.817.72
Syntaxpublic void SetCLT(
int Idx,
byte r,
byte g,
byte b
)
Parameters
- Idx
- Type: SystemInt32
[In] 칼라 테이블을 설정하기 위한 인덱스 값. - r
- Type: SystemByte
[In] Red 값(0~255). - g
- Type: SystemByte
[In] Green 값(0~255). - b
- Type: SystemByte
[In] Blue 값(0~255).
See Also