Documentation
1
2
3
4
5
6
7
8
#[repr(i32)]
pub enum SubpixelOrder {
  Default = 0,
  RGB = 1,
  BGR = 2,
  VRGB = 3,
  VBGR = 4
}