
Definition in file DKLcolorChannel.C.
#include "Channels/DKLcolorChannel.H"
#include "Channels/ChannelOpts.H"
#include "Channels/DcolorChannel.H"
#include "Channels/KcolorChannel.H"
#include "Channels/LcolorChannel.H"
#include "Component/ModelOptionDef.H"
#include "Component/OptionManager.H"
#include "Image/ColorOps.H"
#include "rutz/trace.h"
Include dependency graph for DKLcolorChannel.C:

Go to the source code of this file.
Variables | |
| const ModelOptionDef | OPT_DKLcolorChannelDweight |
| const ModelOptionDef | OPT_DKLcolorChannelKweight |
| const ModelOptionDef | OPT_DKLcolorChannelLweight |
|
|
Initial value:
{ MODOPT_ARG(float), "DKLcolorChannelDweight", &MOC_CHANNEL, OPTEXP_CORE,
"Weight to assign to the D component of the DKL color channel",
"dkl-d-weight", '\0', "<float>", "1.0" }
Definition at line 49 of file DKLcolorChannel.C. |
|
|
Initial value:
{ MODOPT_ARG(float), "DKLcolorChannelKweight", &MOC_CHANNEL, OPTEXP_CORE,
"Weight to assign to the K component of the DKL color channel",
"dkl-k-weight", '\0', "<float>", "1.0" }
Definition at line 54 of file DKLcolorChannel.C. |
|
|
Initial value:
{ MODOPT_ARG(float), "DKLcolorChannelLweight", &MOC_CHANNEL, OPTEXP_CORE,
"Weight to assign to the L component of the DKL color channel",
"dkl-l-weight", '\0', "<float>", "1.0" }
Definition at line 59 of file DKLcolorChannel.C. |
1.4.4