GetRgba

GetRgba(int)

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

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

Valor_devuelto

El color RGBA.

Ver también


GetRgba(int, int, int, int)

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

public static PixelDataFormat GetRgba(int bitsPerRedChannel, int bitsPerGreenChannel, 
    int bitsPerBlueChannel, int bitsPerAlphaChannel)
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.
bitsPerAlphaChannelInt32El número de bits por canal alfa.

Valor_devuelto

El color RGBA.

Ver también