Click or drag to resize
XDL

XColorTable Methods

The XColorTable type exposes the following members.

Methods
  Name Description
Public method GetCLT 특정 인덱스에 해당하는 칼라 값을 얻는다.
Public method Static member GetPaletteNameList 칼라 테이블의 ID에 해당하는 이름 리스트를 얻는다. 인덱스 ID와 String Array상의 순서가 일치한다.
Public method Load 바이너리 데이터로 저장된 칼라 테이블 정보를 로딩한다.
Public method LoadColorTable eColorTable에 정의된 ColorTable ID를 이용하여 Color Table을 설정한다.
Public method Save 칼라 테이블 정보를 바이너리 데이터로 저장한다.
Public method SetCLT(Int32, Color) 특정 인덱스값에 특정 칼라 값을 설정한다.
Public method SetCLT(Int32, Byte, Byte, Byte) 특정 인덱스값에 특정 칼라 값을 설정한다.
Top
See Also