Searched refs:RGBPixel (Results 1 – 3 of 3) sorted by relevance
92 _pixelType(RGBPixel) in Color()108 _pixelType(RGBPixel) in Color()144 _pixelType(RGBPixel) in Color()174 _pixelType(RGBPixel) in Color()262 pixel.colorspace=(_pixelType == RGBPixel || _pixelType == RGBAPixel) ? in operator std::string()428 _pixelType=RGBPixel; in setAlpha()435 if (_pixelType == RGBPixel) in setAlpha()449 RGBPixel; in setPixelType()549 : Color(RGBPixel) in ColorGray()593 : Color(RGBPixel) in ColorHSL()[all …]
7 use plotters_bitmap::bitmap_pixel::{PixelFormat, RGBPixel};57 pub struct BitMapElement<'a, Coord, P: PixelFormat = RGBPixel> {168 impl<'a, Coord> From<(Coord, DynamicImage)> for BitMapElement<'a, Coord, RGBPixel> {
63 RGBPixel, enumerator