|
Blender
V2.93
|
#include <DNA_node_types.h>
Public Attributes | |
| float | t1 |
| float | t2 |
| float | t3 |
| float | fsize |
| float | fstrength |
| float | falpha |
| float | key [4] |
| short | algorithm |
| short | channel |
Definition at line 767 of file DNA_node_types.h.
| short NodeChroma::algorithm |
Definition at line 771 of file DNA_node_types.h.
Referenced by blender::compositor::ChannelMatteOperation::setSettings().
| short NodeChroma::channel |
Definition at line 771 of file DNA_node_types.h.
Referenced by blender::compositor::DistanceMatteNode::convertToOperations(), and blender::compositor::ChannelMatteOperation::setSettings().
| float NodeChroma::falpha |
Definition at line 769 of file DNA_node_types.h.
| float NodeChroma::fsize |
Definition at line 769 of file DNA_node_types.h.
| float NodeChroma::fstrength |
Definition at line 769 of file DNA_node_types.h.
Referenced by blender::compositor::ChromaMatteOperation::executePixelSampled().
| float NodeChroma::key[4] |
Definition at line 770 of file DNA_node_types.h.
| float NodeChroma::t1 |
Definition at line 768 of file DNA_node_types.h.
Referenced by do_versions_nodetree_convert_angle(), blender::compositor::ChromaMatteOperation::executePixelSampled(), blender::compositor::ColorMatteOperation::executePixelSampled(), blender::compositor::DifferenceMatteOperation::executePixelSampled(), blender::compositor::DistanceRGBMatteOperation::executePixelSampled(), blender::compositor::LuminanceMatteOperation::executePixelSampled(), and blender::compositor::ChannelMatteOperation::setSettings().
| float NodeChroma::t2 |
Definition at line 768 of file DNA_node_types.h.
Referenced by do_versions_nodetree_convert_angle(), blender::compositor::ChromaMatteOperation::executePixelSampled(), blender::compositor::ColorMatteOperation::executePixelSampled(), blender::compositor::DifferenceMatteOperation::executePixelSampled(), blender::compositor::DistanceRGBMatteOperation::executePixelSampled(), blender::compositor::LuminanceMatteOperation::executePixelSampled(), and blender::compositor::ChannelMatteOperation::setSettings().
| float NodeChroma::t3 |
Definition at line 768 of file DNA_node_types.h.
Referenced by blender::compositor::ColorMatteOperation::executePixelSampled().