Blender V4.3
blender::nodes::decl::Color Class Reference

#include <NOD_socket_declarations.hh>

Inherits blender::nodes::SocketDeclaration.

Public Types

using Builder = ColorBuilder
 

Public Member Functions

#Color
bNodeSocketbuild (bNodeTree &ntree, bNode &node) const override
 
bool matches (const bNodeSocket &socket) const override
 
bNodeSocketupdate_or_build (bNodeTree &ntree, bNode &node, bNodeSocket &socket) const override
 
bool can_connect (const bNodeSocket &socket) const override
 
- Public Member Functions inherited from blender::nodes::SocketDeclaration
virtual ~SocketDeclaration ()=default
 
void make_available (bNode &node) const
 
const CompositorInputRealizationOptionscompositor_realization_options () const
 
int compositor_domain_priority () const
 
bool compositor_expects_single_value () const
 
- Public Member Functions inherited from blender::nodes::ItemDeclaration
virtual ~ItemDeclaration ()=default
 

Public Attributes

ColorGeometry4f default_value {0.8f, 0.8f, 0.8f, 1.0f}
 
friend ColorBuilder
 
- Public Attributes inherited from blender::nodes::SocketDeclaration
std::string name
 
std::string short_label
 
std::string identifier
 
std::string description
 
std::string translation_context
 
eNodeSocketInOut in_out
 
eNodeSocketDatatype socket_type
 
bool hide_label = false
 
bool hide_value = false
 
bool compact = false
 
bool is_multi_input = false
 
bool no_mute_links = false
 
bool is_available = true
 
bool is_attribute_name = false
 
bool is_default_link_socket = false
 
bool align_with_previous_socket = false
 
InputSocketFieldType input_field_type = InputSocketFieldType::None
 
OutputFieldDependency output_field_dependency
 
std::unique_ptr< ImplicitInputValueFnimplicit_input_fn
 
std::unique_ptr< SocketNameRNAsocket_name_rna
 
friend NodeDeclarationBuilder
 

Static Public Attributes

static constexpr eNodeSocketDatatype static_socket_type = SOCK_RGBA
 

Additional Inherited Members

- Protected Member Functions inherited from blender::nodes::SocketDeclaration
void set_common_flags (bNodeSocket &socket) const
 
bool matches_common_data (const bNodeSocket &socket) const
 

Detailed Description

Definition at line 129 of file NOD_socket_declarations.hh.

Member Typedef Documentation

◆ Builder

Member Function Documentation

◆ build()

◆ can_connect()

bool blender::nodes::decl::Color::can_connect ( const bNodeSocket & socket) const
overridevirtual

Determine if a new socket described by this declaration could have a valid connection the other socket.

Implements blender::nodes::SocketDeclaration.

Definition at line 365 of file node_socket_declarations.cc.

References blender::nodes::decl::basic_types_can_connect(), and blender::nodes::decl::sockets_can_connect().

◆ matches()

bool blender::nodes::decl::Color::matches ( const bNodeSocket & socket) const
overridevirtual

◆ update_or_build()

bNodeSocket & blender::nodes::decl::Color::update_or_build ( bNodeTree & ntree,
bNode & node,
bNodeSocket & socket ) const
overridevirtual

Member Data Documentation

◆ ColorBuilder

friend blender::nodes::decl::Color::ColorBuilder

Definition at line 135 of file NOD_socket_declarations.hh.

◆ default_value

ColorGeometry4f blender::nodes::decl::Color::default_value {0.8f, 0.8f, 0.8f, 1.0f}

Definition at line 133 of file NOD_socket_declarations.hh.

◆ static_socket_type

eNodeSocketDatatype blender::nodes::decl::Color::static_socket_type = SOCK_RGBA
staticconstexpr

Definition at line 131 of file NOD_socket_declarations.hh.


The documentation for this class was generated from the following files: