class_rdpipelinecolorblendstate.rst 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. .. container:: contribute
  11. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  12. .. rst-class:: classref-reftable-group
  13. Properties
  14. ----------
  15. .. table::
  16. :widths: auto
  17. +-----------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+-----------------------+
  18. | :ref:`RDPipelineColorBlendStateAttachment[]<class_RDPipelineColorBlendStateAttachment>` | :ref:`attachments<class_RDPipelineColorBlendState_property_attachments>` | ``[]`` |
  19. +-----------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+-----------------------+
  20. | :ref:`Color<class_Color>` | :ref:`blend_constant<class_RDPipelineColorBlendState_property_blend_constant>` | ``Color(0, 0, 0, 1)`` |
  21. +-----------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+-----------------------+
  22. | :ref:`bool<class_bool>` | :ref:`enable_logic_op<class_RDPipelineColorBlendState_property_enable_logic_op>` | ``false`` |
  23. +-----------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+-----------------------+
  24. | :ref:`LogicOperation<enum_RenderingDevice_LogicOperation>` | :ref:`logic_op<class_RDPipelineColorBlendState_property_logic_op>` | ``0`` |
  25. +-----------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+-----------------------+
  26. .. rst-class:: classref-section-separator
  27. ----
  28. .. rst-class:: classref-descriptions-group
  29. Property Descriptions
  30. ---------------------
  31. .. _class_RDPipelineColorBlendState_property_attachments:
  32. .. rst-class:: classref-property
  33. :ref:`RDPipelineColorBlendStateAttachment[]<class_RDPipelineColorBlendStateAttachment>` **attachments** = ``[]``
  34. .. rst-class:: classref-property-setget
  35. - void **set_attachments** **(** :ref:`RDPipelineColorBlendStateAttachment[]<class_RDPipelineColorBlendStateAttachment>` value **)**
  36. - :ref:`RDPipelineColorBlendStateAttachment[]<class_RDPipelineColorBlendStateAttachment>` **get_attachments** **(** **)**
  37. .. container:: contribute
  38. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  39. .. rst-class:: classref-item-separator
  40. ----
  41. .. _class_RDPipelineColorBlendState_property_blend_constant:
  42. .. rst-class:: classref-property
  43. :ref:`Color<class_Color>` **blend_constant** = ``Color(0, 0, 0, 1)``
  44. .. rst-class:: classref-property-setget
  45. - void **set_blend_constant** **(** :ref:`Color<class_Color>` value **)**
  46. - :ref:`Color<class_Color>` **get_blend_constant** **(** **)**
  47. .. container:: contribute
  48. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  49. .. rst-class:: classref-item-separator
  50. ----
  51. .. _class_RDPipelineColorBlendState_property_enable_logic_op:
  52. .. rst-class:: classref-property
  53. :ref:`bool<class_bool>` **enable_logic_op** = ``false``
  54. .. rst-class:: classref-property-setget
  55. - void **set_enable_logic_op** **(** :ref:`bool<class_bool>` value **)**
  56. - :ref:`bool<class_bool>` **get_enable_logic_op** **(** **)**
  57. .. container:: contribute
  58. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  59. .. rst-class:: classref-item-separator
  60. ----
  61. .. _class_RDPipelineColorBlendState_property_logic_op:
  62. .. rst-class:: classref-property
  63. :ref:`LogicOperation<enum_RenderingDevice_LogicOperation>` **logic_op** = ``0``
  64. .. rst-class:: classref-property-setget
  65. - void **set_logic_op** **(** :ref:`LogicOperation<enum_RenderingDevice_LogicOperation>` value **)**
  66. - :ref:`LogicOperation<enum_RenderingDevice_LogicOperation>` **get_logic_op** **(** **)**
  67. .. container:: contribute
  68. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  69. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  70. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  71. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  72. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  73. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  74. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`