[][src]Type Definition screen_layer::RGB8

type RGB8 = RGB<u8>;

This type is used to represent color of each pixels. 8-bit RGB

The colorspace is techincally undefined, but generally sRGB is assumed.