Click or drag to resize
XDL

XColorTableSetCLT(Int32, Byte, Byte, Byte) Method

특정 인덱스값에 특정 칼라 값을 설정한다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntax
C#
public void SetCLT(
	int Idx,
	byte r,
	byte g,
	byte b
)

Parameters

Idx  Int32
[In] 칼라 테이블을 설정하기 위한 인덱스 값.
r  Byte
[In] Red 값(0~255).
g  Byte
[In] Green 값(0~255).
b  Byte
[In] Blue 값(0~255).
See Also