mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
45 lines
1003 B
ReStructuredText
45 lines
1003 B
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the VisualShaderNodeColorOp.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_VisualShaderNodeColorOp:
|
|
|
|
VisualShaderNodeColorOp
|
|
=======================
|
|
|
|
**Inherits:** :ref:`VisualShaderNode<class_visualshadernode>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Member Variables
|
|
----------------
|
|
|
|
.. _class_VisualShaderNodeColorOp_operator:
|
|
|
|
- :ref:`Operator<enum_visualshadernodecolorop_operator>` **operator**
|
|
|
|
|
|
Enums
|
|
-----
|
|
|
|
.. _enum_VisualShaderNodeColorOp_Operator:
|
|
|
|
enum **Operator**
|
|
|
|
- **OP_SCREEN** = **0**
|
|
- **OP_DIFFERENCE** = **1**
|
|
- **OP_DARKEN** = **2**
|
|
- **OP_LIGHTEN** = **3**
|
|
- **OP_OVERLAY** = **4**
|
|
- **OP_DODGE** = **5**
|
|
- **OP_BURN** = **6**
|
|
- **OP_SOFT_LIGHT** = **7**
|
|
- **OP_HARD_LIGHT** = **8**
|
|
|
|
|