backgroundColor    48 Magick++/demo/demo.cpp       model.backgroundColor( "black" );
backgroundColor   189 Magick++/demo/demo.cpp       example.backgroundColor( "#000000FF" );
backgroundColor   431 Magick++/demo/demo.cpp       example.backgroundColor( "#000000FF" );
backgroundColor   460 Magick++/demo/demo.cpp       example.backgroundColor( "#000000FF" );
backgroundColor   479 Magick++/demo/demo.cpp       montageOpts.backgroundColor( "#ffffff" );
backgroundColor   382 Magick++/lib/Image.cpp   options()->backgroundColor(backgroundColor_);
backgroundColor   387 Magick++/lib/Image.cpp   return(constOptions()->backgroundColor());
backgroundColor  2872 Magick++/lib/Image.cpp   backgroundColor(backgroundColor_);
backgroundColor  2880 Magick++/lib/Image.cpp   backgroundColor(backgroundColor_);
backgroundColor  4509 Magick++/lib/Image.cpp   backgroundColor(backgroundColor_);
backgroundColor  4516 Magick++/lib/Image.cpp   backgroundColor(backgroundColor_);
backgroundColor   151 Magick++/lib/Magick++/Image.h     void backgroundColor(const Color &color_);
backgroundColor   152 Magick++/lib/Magick++/Image.h     Color backgroundColor(void) const;
backgroundColor   928 Magick++/lib/Magick++/Image.h     void extent(const Geometry &geometry_,const Color &backgroundColor);
backgroundColor   929 Magick++/lib/Magick++/Image.h     void extent(const Geometry &geometry_,const Color &backgroundColor,
backgroundColor    29 Magick++/lib/Magick++/Montage.h     void backgroundColor(const Color &backgroundColor_);
backgroundColor    30 Magick++/lib/Magick++/Montage.h     Color backgroundColor(void) const;
backgroundColor    50 Magick++/lib/Magick++/Options.h     void backgroundColor(const Color &color_);
backgroundColor    51 Magick++/lib/Magick++/Options.h     Color backgroundColor(void) const;
backgroundColor  1245 Magick++/lib/STL.cpp   image_.backgroundColor( _color );
backgroundColor   157 Magick++/tests/attributes.cpp     if ( image.backgroundColor() != ColorRGB("white") )
backgroundColor   161 Magick++/tests/attributes.cpp 	     << string(image.backgroundColor())
backgroundColor   166 Magick++/tests/attributes.cpp     image.backgroundColor("blue");
backgroundColor   167 Magick++/tests/attributes.cpp     if ( !image.backgroundColor().isValid() )
backgroundColor   171 Magick++/tests/attributes.cpp 	     << string(image.backgroundColor())
backgroundColor   175 Magick++/tests/attributes.cpp       if ( string(image.backgroundColor()) != "#0000FF" &&
backgroundColor   176 Magick++/tests/attributes.cpp 	   string(image.backgroundColor()) != "#00000000FFFF" &&
backgroundColor   177 Magick++/tests/attributes.cpp 	   string(image.backgroundColor()) != "#0000000000000000FFFFFFFF" )
backgroundColor   181 Magick++/tests/attributes.cpp 	       <<  string(image.backgroundColor()) << ") is incorrect"
backgroundColor   186 Magick++/tests/attributes.cpp     image.backgroundColor("#00AAFF");
backgroundColor   187 Magick++/tests/attributes.cpp     if ( !image.backgroundColor().isValid() )
backgroundColor   191 Magick++/tests/attributes.cpp 	     << string(image.backgroundColor())
backgroundColor   195 Magick++/tests/attributes.cpp       if ( string(image.backgroundColor()) != "#00AAFF" && 
backgroundColor   196 Magick++/tests/attributes.cpp 	   string(image.backgroundColor()) != "#0000AAAAFFFF" && 
backgroundColor   197 Magick++/tests/attributes.cpp 	   string(image.backgroundColor()) != "#00000000AAAAAAAAFFFFFFFF" )
backgroundColor   202 Magick++/tests/attributes.cpp 	       << string(image.backgroundColor())