Interface IColorPalette

IColorPalette interface

색상 팔레트 인터페이스.

public interface IColorPalette

속성

이름설명
Argb32Entries { get; }32비트 ARGB 구조의 배열을 가져옵니다.
Entries { get; }배열을 가져옵니다.Color 구조.
EntriesCount { get; }항목 수를 가져옵니다.
IsCompactPalette { get; }컴팩트 팔레트 사용 여부를 나타내는 값을 가져옵니다.

행동 양식

이름설명
GetArgb32Color(int)인덱스로 32비트 ARGB 팔레트 색상을 가져옵니다.
GetColor(int)인덱스로 팔레트 색상을 가져옵니다.
GetNearestColorIndex(Color)가장 가까운 색상의 인덱스를 가져옵니다.
GetNearestColorIndex(int)가장 가까운 32비트 ARGB 색상의 인덱스를 가져옵니다.

또한보십시오