#include <CmdColor.h>
Inheritance diagram for CmdColorScaleSettings:
Public Methods | |
CmdColorScaleSettings (float newmid, float newmin, float newmax, int newrev, int posterize) | |
Public Attributes | |
float | mid |
float | min |
float | max |
int | rev |
int | posterize |
Protected Methods | |
virtual void | create_text (void) |
virtual function which is called when a text version of the command must be created to be printed to the console or a log file. More... |
Definition at line 76 of file CmdColor.h.
|
Definition at line 92 of file CmdColor.C. |
|
virtual function which is called when a text version of the command must be created to be printed to the console or a log file.
Reimplemented from Command. Definition at line 85 of file CmdColor.C. References Command::cmdText, max, mid, and min. |
|
Definition at line 81 of file CmdColor.h. Referenced by create_text. |
|
Definition at line 81 of file CmdColor.h. Referenced by create_text. |
|
Definition at line 81 of file CmdColor.h. Referenced by create_text. |
|
Definition at line 82 of file CmdColor.h. |
|
Definition at line 82 of file CmdColor.h. |