PsdColorPalette.GetNearestColorIndex
GetNearestColorIndex(int)
Haalt de index op van de dichtstbijzijnde kleur.
public int GetNearestColorIndex(int argb32Color)
Parameter | Type | Beschrijving |
---|---|---|
argb32Color | Int32 | De 32-bits ARGB-kleur. |
Winstwaarde
De index van de dichtstbijzijnde kleur.
Zie ook
- class PsdColorPalette
- naamruimte Aspose.PSD.FileFormats.Psd
- montage Aspose.PSD
GetNearestColorIndex(Color)
Haalt de index op van de dichtstbijzijnde kleur.
public int GetNearestColorIndex(Color color)
Parameter | Type | Beschrijving |
---|---|---|
color | Color | De kleur. |
Winstwaarde
De index van de dichtstbijzijnde kleur.
Zie ook
- struct Color
- class PsdColorPalette
- naamruimte Aspose.PSD.FileFormats.Psd
- montage Aspose.PSD