#include <RU_ChromaAdjust.h>
 | 
|   | RU_ChromaAdjust () | 
|   | 
|   | DECLARE_PIXEL_OP (RU_ChromaAdjustOp, override) | 
|   | 
|   | RU_Algorithm () | 
|   | 
| virtual  | ~RU_Algorithm () | 
|   | 
| virtual int  | initialize (float t) | 
|   | 
| int  | generate (TIL_TileList *output, float t, OP_Node *ndata=0, int thread=-1, void *data=0) | 
|   | 
| int  | pixelAdjust (TIL_TileList *output, const TIL_TileList *input, float t, OP_Node *ndata=0, int thread=-1, void *data=0) | 
|   | 
| int  | filter (TIL_TileList *output, const TIL_Region *input, float t, OP_Node *ndata=0, int thread=-1, void *data=0) | 
|   | 
| int  | filter (TIL_Region *output, const TIL_Region *input, float t, OP_Node *ndata=0, int thread=-1, void *data=0) | 
|   | 
| int  | binary (TIL_TileList *output, const TIL_Region *fore, const TIL_Region *back, float t, OP_Node *ndata=0, int thread=-1, void *data=0) | 
|   | 
| int  | binary (TIL_Region *output, const TIL_Region *fore, const TIL_Region *back, float t, OP_Node *ndata=0, int thread=-1, void *data=0) | 
|   | 
Definition at line 24 of file RU_ChromaAdjust.h.
 
  
  
      
        
          | RU_ChromaAdjust::RU_ChromaAdjust  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
      
        
          | RU_ChromaAdjust::DECLARE_PIXEL_OP  | 
          ( | 
          RU_ChromaAdjustOp  | 
          ,  | 
        
        
           | 
           | 
          override  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | float* RU_ChromaAdjust::myAlpha | 
        
      
 
 
      
        
          | float RU_ChromaAdjust::myChroma[3] | 
        
      
 
 
The documentation for this class was generated from the following file: