pub type ChannelSelector = SkColorChannel;
#[repr(i32)]pub enum ChannelSelector { R = 0, G = 1, B = 2, A = 3, }