15 #ifndef IMAGETRANSFORMCOLORS_H 16 #define IMAGETRANSFORMCOLORS_H 18 #include "pandatoolbase.h" 19 #include "programBase.h" 38 static bool dispatch_mat4(
const string &opt,
const string &arg,
void *var);
39 static bool dispatch_mat3(
const string &opt,
const string &arg,
void *var);
40 static bool dispatch_range(
const string &opt,
const string &arg,
void *var);
41 static bool dispatch_scale(
const string &opt,
const string &arg,
void *var);
42 static bool dispatch_add(
const string &opt,
const string &arg,
void *var);
44 virtual bool handle_args(
Args &args);
53 bool _got_output_filename;
55 bool _got_output_dirname;
63 #include "imageTransformColors.I" This is intended to be the base class for most general-purpose utility programs in the PANDATOOL tree...
This is a 4-by-4 transform matrix.
The name of this class derives from the fact that we originally implemented it as a layer on top of t...
The name of a file, such as a texture file or an Egg file.