GetRgba

GetRgba(int)

Obtient la couleur RGBA avec un nombre spécifié de bits par échantillon.

public static PixelDataFormat GetRgba(int bitsPerSample)
ParamètreTaperLa description
bitsPerSampleInt32Le nombre de bits par échantillon.

Return_Value

La couleur RVB.

Voir également


GetRgba(int, int, int, int)

Obtient la couleur RGBA avec un nombre spécifié de bits par échantillon.

public static PixelDataFormat GetRgba(int bitsPerRedChannel, int bitsPerGreenChannel, 
    int bitsPerBlueChannel, int bitsPerAlphaChannel)
ParamètreTaperLa description
bitsPerRedChannelInt32Le nombre de bits par canal rouge.
bitsPerGreenChannelInt32Le nombre de bits par canal vert.
bitsPerBlueChannelInt32Le nombre de bits par canal bleu.
bitsPerAlphaChannelInt32Le nombre de bits par canal Alpha.

Return_Value

La couleur RVB.

Voir également