Contents

MTLDataType.rgba8Unorm

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

Declaration

case rgba8Unorm

Discussion

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

See Also

32-bit color integer types