initSidebarItems({"struct":[["RGB",""],["RGBA",""]],"trait":[["ComponentBytes","Casting the struct to slices/bytes of its components"],["ComponentMap","Applying operation to every component"]],"type":[["RGB16","16-bit RGB in machine's native endian. Be careful to perform byte-swapping when reading from files."],["RGB8","8-bit RGB. The colorspace is techincally undefined, but generally sRGB is assumed."],["RGBA16",""],["RGBA8","Alpha is last. The crate doesn't impose which value represents transparency, but usually it's 0 = transparent, 255 = opaque."]]});