@root classes

class Fuzz

^ 
    extends ImageAction as public

********************************************************************** Represents the action of "fuzzing" the given image by randomly swapping colors over a given radius at the given frequency.

Source:
actions.h:122
Author:
Robert C. Duvall
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~Fuzzdestructor publicautomatically generated
Fuzzconstructor publicundocumented
Fuzzconstructor publicautomatically generated
applyImageActionmethod public Apply action to produce new image from old, subclasses can override if not doing standard per-color transformation
operator =operator publicautomatically generated

destructor ~Fuzz

? ^  > 
automatically generated
Source:
actions.h
Code:
public ~ Fuzz ( )

constructor Fuzz

? ^  < > 
undocumented
Source:
actions.h:126
Code:
public Fuzz ( const Image & source ,
unsigned int radius ,
double frequency )

constructor Fuzz

? ^  < > 
automatically generated
Source:
actions.h
Code:
public Fuzz ( const Fuzz & )

method apply

? ^  < > 
Apply action to produce new image from old, subclasses can override if not doing standard per-color transformation
Inherited From:
ImageAction
Source:
actions.h:45
Code:
public virtual Image apply ( )

operator =

? ^  < > 
automatically generated
Source:
actions.h
Code:
public Fuzz & operator = ( const Fuzz & )

Created Sun Oct 6 20:56:53 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_suncc_solaris-2.8.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.