Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/Magick++/
DImage.h296 void iccColorProfile(const Blob &colorProfile_);
1168 void profile(const std::string name_,const Blob &colorProfile_);
/external/ImageMagick/Magick++/lib/
DImage.cpp998 void Magick::Image::iccColorProfile(const Magick::Blob &colorProfile_) in iccColorProfile() argument
1000 profile("icc",colorProfile_); in iccColorProfile()