backgroundColor 48 Magick++/demo/demo.cpp model.backgroundColor( "black" );
backgroundColor 189 Magick++/demo/demo.cpp example.backgroundColor( "#000000FF" );
backgroundColor 455 Magick++/demo/demo.cpp example.backgroundColor( "#000000FF" );
backgroundColor 483 Magick++/demo/demo.cpp example.backgroundColor( "#000000FF" );
backgroundColor 502 Magick++/demo/demo.cpp montageOpts.backgroundColor( "#ffffff" );
backgroundColor 2137 Magick++/lib/Image.cpp options()->backgroundColor( color_ );
backgroundColor 2141 Magick++/lib/Image.cpp return constOptions()->backgroundColor( );
backgroundColor 746 Magick++/lib/Magick++/Image.h void backgroundColor ( const Color &color_ );
backgroundColor 747 Magick++/lib/Magick++/Image.h Color backgroundColor ( void ) const;
backgroundColor 27 Magick++/lib/Magick++/Montage.h void backgroundColor ( const Color &backgroundColor_ );
backgroundColor 28 Magick++/lib/Magick++/Montage.h Color backgroundColor ( void ) const;
backgroundColor 44 Magick++/lib/Magick++/Options.h void backgroundColor ( const Color &color_ );
backgroundColor 45 Magick++/lib/Magick++/Options.h Color backgroundColor ( void ) const;
backgroundColor 1082 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())