Contents

MTLDataType.rgba8Unorm_srgb

An ordinary pixel with four components, each of which is an 8-bit, normalized, unsigned integer value in the sRGB color space.

Declaration

case rgba8Unorm_srgb

Discussion

The color components are in RGBA order, which stands for red, green, blue, and alpha.

See Also

32-bit color integer types