HomeSort by relevance Sort by last modified time
    Searched refs:chromaGreenPrimary (Results 1 - 4 of 4) sorted by null

  /external/ImageMagick/Magick++/tests/
attributes.cpp 373 // chromaGreenPrimary
378 image.chromaGreenPrimary(&x, &y, &z);
383 << ", chromaGreenPrimary x/y defaults are zero" << endl;
387 image.chromaGreenPrimary(50, 100, 150);
388 image.chromaGreenPrimary(&x, &y, &z);
393 << ", chromaGreenPrimary x/y failed set/get" << endl;
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 699 void chromaGreenPrimary(const double x_,const double y_,const double z_);
700 void chromaGreenPrimary(double *x_,double *y_,double *z_) const;
    [all...]
  /external/ImageMagick/Magick++/lib/
STL.cpp     [all...]
Image.cpp     [all...]

Completed in 60 milliseconds