GetRgbIndexed

PixelDataFormat.GetRgbIndexed method

Gets BGRA indexed color with a specified number of bits per sample.

public static PixelDataFormat GetRgbIndexed(int bitsPerSample)
ParameterTypeDescription
bitsPerSampleInt32The number of bits per sample.

Return Value

The BGRA color.

See Also