Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/Magick++/
DImage.h293 void iccColorProfile(const Blob &colorProfile_);
1182 void profile(const std::string name_,const Blob &colorProfile_);
/external/ImageMagick/Magick++/lib/
DImage.cpp994 void Magick::Image::iccColorProfile(const Magick::Blob &colorProfile_) in iccColorProfile() argument
996 profile("icc",colorProfile_); in iccColorProfile()