Searched defs:to_lab (Results 1 – 8 of 8) sorted by relevance
16 fn to_lab(&self) -> (f32, f32, f32); in to_lab() method20 fn to_lab(&self) -> (f32, f32, f32) { in to_lab() method45 fn to_lab(&self) -> Vec<GBitmap>; in to_lab() method50 fn to_lab(&self) -> Vec<GBitmap> { in to_lab() method57 fn to_lab(&self) -> Vec<GBitmap> { in to_lab() method63 fn to_lab(&self) -> Vec<GBitmap> { in to_lab() method132 fn to_lab(&self) -> Vec<GBitmap> { in to_lab() method141 fn to_lab(&self) -> Vec<GBitmap> { in to_lab() method
32 fn to_lab(&self, white_point: &CIEXYZ) -> CIELab; in to_lab() method53 fn to_lab(&self, white_point: &CIEXYZ) -> CIELab { in to_lab() method
85 to_lab = lambda v,i: RGBColor(*v[:-1]).convert_to('LAB').get_value_tuple() function
137 ICCTransform* to_lab; member in PF::ICCProfile
597 pub fn to_lab(&self) -> Lab { in to_lab() method
112 def to_lab(color): function
248 pub fn to_lab(&self) -> Lab { in to_lab() method