#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"
Go to the source code of this file.
Variables | |
const ModelOptionDef | OPT_DKLcolorChannelDweight |
const ModelOptionDef | OPT_DKLcolorChannelKweight |
const ModelOptionDef | OPT_DKLcolorChannelLweight |
Definition in file DKLcolorChannel.C.
const ModelOptionDef OPT_DKLcolorChannelDweight |
{ 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.
const ModelOptionDef OPT_DKLcolorChannelKweight |
{ 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.
const ModelOptionDef OPT_DKLcolorChannelLweight |
{ 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.