|
| ImageFill (const ImageFill &op) |
|
virtual void | traverseChannel (Channel &dst) const |
| Run this modifier for an image frame. More...
|
|
virtual void | traverseChannels (ImageTray< Channel > &dst) const |
| Run this modifier for a set of channels. More...
|
|
virtual int | srcAlpha () const |
| Tell if alpha channel(s) is required in input. More...
|
|
virtual void | process (Image &dst) const |
| Run this modifier for an image. More...
|
|
virtual void | traverseChannel (Channel &dst, Channel &dstAlpha) const |
| Run this modifier for an image frame. More...
|
|
virtual void | help (std::ostream &ostr=std::cout) const |
|
virtual void | traverseChannels (ImageFrame &dst) const |
| Converts dst to ImageTray<Channel> and calls traverseFrame(ImageTray<Channel> &) .
|
|
virtual const std::string & | getName () const |
| Return the name of an instance.
|
|
virtual const std::string & | getDescription () const |
| Return a brief description.
|
|
bool | hasParameters () const |
|
template<class F > |
F | getParameter (const std::string &p) const |
| Gets a single parameter.
|
|
const ReferenceMap & | getParameters () const |
|
ReferenceMap & | getParameters () |
|
template<class F > |
void | setParametersFromEntries (const F &args) |
|
void | setParameters (std::initializer_list< Variable::init_pair_t > args) |
| Grants access to (if above hidden)
|
|
virtual void | setParameters (const std::string &p, char assignmentSymbol='=', char separatorSymbol=0) |
| Sets comma-separated parameters in a predetermined order "a,b,c" or by specifing them "b=2". More...
|
|
template<class T > |
void | setParameters (const std::map< std::string, T > &args) |
| Set parameters.
|
|
template<class T > |
void | setParameters (const SmartMap< T > &args) |
| Set parameters.
|
|
void | setParameter (const std::string &p, const Castable &value) |
| Sets a single parameter.
|
|
template<class T > |
void | setParameter (const std::string &p, const VariableT< T > &value) |
|
template<class F > |
void | setParameter (const std::string &p, const F &value) |
| Sets a single parameter. More...
|
|
template<class F > |
void | setParameter (const std::string &p, std::initializer_list< F > value) |
| Sets a single parameter.
|
|
BeanLike & | operator= (const BeanLike &b) |
|
virtual std::ostream & | toStream (std::ostream &ostr, bool compact=true) const |
|
| BeanLike (const BeanLike &b) |
|
| BeanLike (const std::string &name, const std::string &description="") |
|
drainage --geometry 100,100,3 --fill 128,192,255 -o filled-rgb.png
drainage --geometry 100,100,3,1 --fill 128,192,255,192 -o filled-rgba.png
drainage --geometry 100,100,3 --view g --fill 255 --view f -o filled-green.png
- See also
- ImagePlot
-
ImageBox