Blender V5.0
blender::nodes::node_composite_levels_cc Namespace Reference

Classes

class  LevelsOperation

Functions

static void cmp_node_levels_declare (NodeDeclarationBuilder &b)
static NodeOperationget_compositor_operation (Context &context, DNode node)

Variables

static const EnumPropertyItem channel_items []

Function Documentation

◆ cmp_node_levels_declare()

void blender::nodes::node_composite_levels_cc::cmp_node_levels_declare ( NodeDeclarationBuilder & b)
static

◆ get_compositor_operation()

NodeOperation * blender::nodes::node_composite_levels_cc::get_compositor_operation ( Context & context,
DNode node )
static

Definition at line 186 of file node_composite_levels.cc.

Variable Documentation

◆ channel_items

const EnumPropertyItem blender::nodes::node_composite_levels_cc::channel_items[]
static
Initial value:
= {
{CMP_NODE_LEVLES_LUMINANCE, "COMBINED_RGB", 0, N_("Combined"), N_("Combined RGB")},
{CMP_NODE_LEVLES_RED, "RED", 0, N_("Red"), N_("Red Channel")},
{CMP_NODE_LEVLES_GREEN, "GREEN", 0, N_("Green"), N_("Green Channel")},
{CMP_NODE_LEVLES_BLUE, "BLUE", 0, N_("Blue"), N_("Blue Channel")},
{CMP_NODE_LEVLES_LUMINANCE_BT709, "LUMINANCE", 0, N_("Luminance"), N_("Luminance Channel")},
{0, nullptr, 0, nullptr, nullptr},
}
@ CMP_NODE_LEVLES_LUMINANCE
@ CMP_NODE_LEVLES_GREEN
@ CMP_NODE_LEVLES_LUMINANCE_BT709
@ CMP_NODE_LEVLES_RED
@ CMP_NODE_LEVLES_BLUE
#define N_(msgid)

Definition at line 25 of file node_composite_levels.cc.

Referenced by cmp_node_levels_declare().