ColorPalette.GetNearestColorIndex
GetNearestColorIndex(int)
Obtiene el índice del color más cercano.
public int GetNearestColorIndex(int argb32Color)
Parámetro | Escribe | Descripción |
---|---|---|
argb32Color | Int32 | El color ARGB de 32 bits. |
Valor_devuelto
El índice del color más cercano.
Ver también
- class ColorPalette
- espacio de nombres Aspose.PSD
- asamblea Aspose.PSD
GetNearestColorIndex(Color)
Obtiene el índice del color más cercano.
public int GetNearestColorIndex(Color color)
Parámetro | Escribe | Descripción |
---|---|---|
color | Color | El color. |
Valor_devuelto
El índice del color más cercano.
Ver también
- struct Color
- class ColorPalette
- espacio de nombres Aspose.PSD
- asamblea Aspose.PSD