RawColor.GetBitDepth

RawColor.GetBitDepth method

Gets the bit depth of Raw Color. For example for ARGB color with 8 bits per channel/component is 32 Bit Depth of full ARGB color with 16 bits per channel/component is 64. Bit depth is accumulated from the sum of channels’ bit depths. It’s possible if different channels will have different bit depths.

public int GetBitDepth()

Return Value

The sum of all channels bit depths

See Also