PsdColorPalette.GetNearestColorIndex
GetNearestColorIndex(int)
Hämtar index för närmaste färg.
public int GetNearestColorIndex(int argb32Color)
Parameter | Typ | Beskrivning |
---|---|---|
argb32Color | Int32 | 32-bitars ARGB-färgen. |
Returvärde
Indexet för närmaste färg.
Se även
- class PsdColorPalette
- namnutrymme Aspose.PSD.FileFormats.Psd
- hopsättning Aspose.PSD
GetNearestColorIndex(Color)
Hämtar index för närmaste färg.
public int GetNearestColorIndex(Color color)
Parameter | Typ | Beskrivning |
---|---|---|
color | Color | Färgen. |
Returvärde
Indexet för närmaste färg.
Se även
- struct Color
- class PsdColorPalette
- namnutrymme Aspose.PSD.FileFormats.Psd
- hopsättning Aspose.PSD