chromaGreenPrimary  749 Magick++/lib/Magick++/Image.h     void chromaGreenPrimary(const double x_,const double y_);
chromaGreenPrimary  750 Magick++/lib/Magick++/Image.h     void chromaGreenPrimary(double *x_,double *y_) const;
chromaGreenPrimary 1298 Magick++/lib/STL.cpp   image_.chromaGreenPrimary( _x, _y );
chromaGreenPrimary  378 Magick++/tests/attributes.cpp       image.chromaGreenPrimary( &x, &y );
chromaGreenPrimary  387 Magick++/tests/attributes.cpp       image.chromaGreenPrimary( 50, 100 );
chromaGreenPrimary  388 Magick++/tests/attributes.cpp       image.chromaGreenPrimary( &x, &y );