class_rdpipelinecolorblendstate.rst 4.5 KB

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