PsdColorPalette.GetNearestColorIndex
GetNearestColorIndex(int)
가장 가까운 색상의 인덱스를 가져옵니다.
public int GetNearestColorIndex(int argb32Color)
모수 | 유형 | 설명 |
---|---|---|
argb32Color | Int32 | 32비트 ARGB 색상입니다. |
반환 값
가장 가까운 색상의 인덱스입니다.
또한보십시오
- class PsdColorPalette
- 네임스페이스 Aspose.PSD.FileFormats.Psd
- 집회 Aspose.PSD
GetNearestColorIndex(Color)
가장 가까운 색상의 인덱스를 가져옵니다.
public int GetNearestColorIndex(Color color)
모수 | 유형 | 설명 |
---|---|---|
color | Color | 그 색깔. |
반환 값
가장 가까운 색상의 인덱스입니다.
또한보십시오
- struct Color
- class PsdColorPalette
- 네임스페이스 Aspose.PSD.FileFormats.Psd
- 집회 Aspose.PSD