#include "Channels/ImagizeColorChannel.H"
#include "Channels/ChannelOpts.H"
#include "Channels/ImagizeAlphaChannel.H"
#include "Channels/ImagizeBetaChannel.H"
#include "Channels/ImagizeLedChannel.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_ImagizeColorChannelAweight |
const ModelOptionDef | OPT_ImagizeColorChannelBweight |
const ModelOptionDef | OPT_ImagizeColorChannelLweight |
Definition in file ImagizeColorChannel.C.
const ModelOptionDef OPT_ImagizeColorChannelAweight |
{ MODOPT_ARG(float), "ImagizeColorChannelAweight", &MOC_CHANNEL, OPTEXP_CORE, "Weight to assign to the Alpha component of the Imagize color channel", "imgz-a-weight", '\0', "<float>", "1.0" }
Definition at line 49 of file ImagizeColorChannel.C.
const ModelOptionDef OPT_ImagizeColorChannelBweight |
{ MODOPT_ARG(float), "ImagizeColorChannelBweight", &MOC_CHANNEL, OPTEXP_CORE, "Weight to assign to the Beta component of the Imagize color channel", "imgz-b-weight", '\0', "<float>", "1.0" }
Definition at line 54 of file ImagizeColorChannel.C.
const ModelOptionDef OPT_ImagizeColorChannelLweight |
{ MODOPT_ARG(float), "ImagizeColorChannelLweight", &MOC_CHANNEL, OPTEXP_CORE, "Weight to assign to the Led component of the Imagize color channel", "imgz-l-weight", '\0', "<float>", "1.0" }
Definition at line 59 of file ImagizeColorChannel.C.