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 1127 Magick++/lib/Image.cpp backgroundColor ( backgroundColor_ ); backgroundColor 1148 Magick++/lib/Image.cpp backgroundColor ( backgroundColor_ ); backgroundColor 2788 Magick++/lib/Image.cpp options()->backgroundColor( backgroundColor_ ); backgroundColor 2792 Magick++/lib/Image.cpp return constOptions()->backgroundColor( ); backgroundColor 393 Magick++/lib/Magick++/Image.h const Color &backgroundColor ); backgroundColor 397 Magick++/lib/Magick++/Image.h const Color &backgroundColor, backgroundColor 929 Magick++/lib/Magick++/Image.h void backgroundColor ( const Color &color_ ); backgroundColor 930 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 1167 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())