Taking into account the background color.
{
}
+/**
+ Get operator arguments
+ @param theBackground the background color for result image
+*/
+void ImageComposer_Operator::getArgs( QColor& theBackground ) const
+{
+ theBackground = myBackground;
+}
+
/**
Set operator arguments
@param theBackground the background color for result image
ImageComposer_Operator();
virtual ~ImageComposer_Operator();
+ void getArgs( QColor& theBackground ) const;
void setArgs( const QColor& theBackground );
+
QByteArray getBinArgs() const;
void setBinArgs( const QByteArray& );