Home
last modified time | relevance | path

Searched refs:RGBAPixel (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
DColor.cpp80 _pixelType(RGBAPixel) in Color()
118 _pixelType=RGBAPixel; in Color()
262 pixel.colorspace=(_pixelType == RGBPixel || _pixelType == RGBAPixel) ? in operator std::string()
264 pixel.alpha_trait=(_pixelType == RGBAPixel || _pixelType == CMYKAPixel) ? in operator std::string()
427 if (_pixelType == RGBAPixel) in setAlpha()
436 _pixelType=RGBAPixel; in setAlpha()
448 _pixelType=color_.alpha_trait != UndefinedPixelTrait ? RGBAPixel : in setPixelType()
/external/ImageMagick/Magick++/lib/Magick++/
DColor.h64 RGBAPixel enumerator