GetNearestColorIndex

GetNearestColorIndex(int)

Obtiene el índice del color ARGB de 32 bits más cercano.

public int GetNearestColorIndex(int argb32Color)
ParámetroEscribeDescripción
argb32ColorInt32El color ARGB de 32 bits.

Valor_devuelto

El índice del color más cercano.

Ver también


GetNearestColorIndex(Color)

Obtiene el índice del color más cercano.

public int GetNearestColorIndex(Color color)
ParámetroEscribeDescripción
colorColorEl color.

Valor_devuelto

El índice del color más cercano.

Ver también