GetRgb

GetRgb(int)

Obtiene color RGB con un número específico de bits por muestra.

public static PixelDataFormat GetRgb(int bitsPerSample)
ParámetroEscribeDescripción
bitsPerSampleInt32El número de bits por muestra.

Valor_devuelto

El color RGB.

Ver también


GetRgb(int, int, int)

Obtiene color RGB con un número específico de bits por muestra.

public static PixelDataFormat GetRgb(int bitsPerRedChannel, int bitsPerGreenChannel, 
    int bitsPerBlueChannel)
ParámetroEscribeDescripción
bitsPerRedChannelInt32El número de bits por canal rojo.
bitsPerGreenChannelInt32El número de bits por canal verde.
bitsPerBlueChannelInt32El número de bits por canal azul.

Valor_devuelto

El color RGB.

Ver también