class_rdpipelinecolorblendstate.rst 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDPipelineColorBlendState.xml.
  6. .. _class_RDPipelineColorBlendState:
  7. RDPipelineColorBlendState
  8. =========================
  9. **Inherits:** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. Properties
  11. ----------
  12. +-----------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+-----------------------+
  13. | :ref:`RDPipelineColorBlendStateAttachment[]<class_RDPipelineColorBlendStateAttachment>` | :ref:`attachments<class_RDPipelineColorBlendState_property_attachments>` | ``[]`` |
  14. +-----------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+-----------------------+
  15. | :ref:`Color<class_Color>` | :ref:`blend_constant<class_RDPipelineColorBlendState_property_blend_constant>` | ``Color(0, 0, 0, 1)`` |
  16. +-----------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+-----------------------+
  17. | :ref:`bool<class_bool>` | :ref:`enable_logic_op<class_RDPipelineColorBlendState_property_enable_logic_op>` | ``false`` |
  18. +-----------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+-----------------------+
  19. | :ref:`LogicOperation<enum_RenderingDevice_LogicOperation>` | :ref:`logic_op<class_RDPipelineColorBlendState_property_logic_op>` | ``0`` |
  20. +-----------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+-----------------------+
  21. Property Descriptions
  22. ---------------------
  23. .. _class_RDPipelineColorBlendState_property_attachments:
  24. - :ref:`RDPipelineColorBlendStateAttachment[]<class_RDPipelineColorBlendStateAttachment>` **attachments**
  25. +-----------+------------------------+
  26. | *Default* | ``[]`` |
  27. +-----------+------------------------+
  28. | *Setter* | set_attachments(value) |
  29. +-----------+------------------------+
  30. | *Getter* | get_attachments() |
  31. +-----------+------------------------+
  32. ----
  33. .. _class_RDPipelineColorBlendState_property_blend_constant:
  34. - :ref:`Color<class_Color>` **blend_constant**
  35. +-----------+---------------------------+
  36. | *Default* | ``Color(0, 0, 0, 1)`` |
  37. +-----------+---------------------------+
  38. | *Setter* | set_blend_constant(value) |
  39. +-----------+---------------------------+
  40. | *Getter* | get_blend_constant() |
  41. +-----------+---------------------------+
  42. ----
  43. .. _class_RDPipelineColorBlendState_property_enable_logic_op:
  44. - :ref:`bool<class_bool>` **enable_logic_op**
  45. +-----------+----------------------------+
  46. | *Default* | ``false`` |
  47. +-----------+----------------------------+
  48. | *Setter* | set_enable_logic_op(value) |
  49. +-----------+----------------------------+
  50. | *Getter* | get_enable_logic_op() |
  51. +-----------+----------------------------+
  52. ----
  53. .. _class_RDPipelineColorBlendState_property_logic_op:
  54. - :ref:`LogicOperation<enum_RenderingDevice_LogicOperation>` **logic_op**
  55. +-----------+---------------------+
  56. | *Default* | ``0`` |
  57. +-----------+---------------------+
  58. | *Setter* | set_logic_op(value) |
  59. +-----------+---------------------+
  60. | *Getter* | get_logic_op() |
  61. +-----------+---------------------+
  62. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  63. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  64. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  65. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  66. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  67. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`