Home
last modified time | relevance | path

Searched refs:RGBPixel (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/Magick++/lib/
DColor.cpp92 _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 …]
/external/rust/crates/plotters/src/element/
Dimage.rs7 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> {
/external/ImageMagick/Magick++/lib/Magick++/
DColor.h63 RGBPixel, enumerator