| @root | classes |
class Invert | ^ |
********************************************************************** Represents the action of inverting the colors in the given image (i.e., black becomes white, etc.)
- Source:
- actions.h:106
- Author:
- Robert C. Duvall
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~Invert destructor public automatically generated Invert constructor public undocumented Invert constructor public automatically generated apply ImageAction method public Apply action to produce new image from old, subclasses can override if not doing standard per-color transformation operator = operator public automatically generated
destructor ~Invert | ? ^ > |
automatically generated
- Source:
- actions.h
- Code:
public ~ Invert ( )
constructor Invert | ? ^ < > |
undocumented
- Source:
- actions.h:108
- Code:
public Invert ( const Image & source )
constructor Invert | ? ^ < > |
automatically generated
- Source:
- actions.h
- Code:
public Invert ( const Invert & )
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 Invert & operator = ( const Invert & )
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.