class_rdpipelinecolorblendstateattachment.rst 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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/RDPipelineColorBlendStateAttachment.xml.
  6. .. _class_RDPipelineColorBlendStateAttachment:
  7. RDPipelineColorBlendStateAttachment
  8. ===================================
  9. **Inherits:** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. Properties
  11. ----------
  12. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  13. | :ref:`BlendOperation<enum_RenderingDevice_BlendOperation>` | :ref:`alpha_blend_op<class_RDPipelineColorBlendStateAttachment_property_alpha_blend_op>` | ``0`` |
  14. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  15. | :ref:`BlendOperation<enum_RenderingDevice_BlendOperation>` | :ref:`color_blend_op<class_RDPipelineColorBlendStateAttachment_property_color_blend_op>` | ``0`` |
  16. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  17. | :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` | :ref:`dst_alpha_blend_factor<class_RDPipelineColorBlendStateAttachment_property_dst_alpha_blend_factor>` | ``0`` |
  18. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  19. | :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` | :ref:`dst_color_blend_factor<class_RDPipelineColorBlendStateAttachment_property_dst_color_blend_factor>` | ``0`` |
  20. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  21. | :ref:`bool<class_bool>` | :ref:`enable_blend<class_RDPipelineColorBlendStateAttachment_property_enable_blend>` | ``false`` |
  22. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  23. | :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` | :ref:`src_alpha_blend_factor<class_RDPipelineColorBlendStateAttachment_property_src_alpha_blend_factor>` | ``0`` |
  24. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  25. | :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` | :ref:`src_color_blend_factor<class_RDPipelineColorBlendStateAttachment_property_src_color_blend_factor>` | ``0`` |
  26. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  27. | :ref:`bool<class_bool>` | :ref:`write_a<class_RDPipelineColorBlendStateAttachment_property_write_a>` | ``true`` |
  28. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  29. | :ref:`bool<class_bool>` | :ref:`write_b<class_RDPipelineColorBlendStateAttachment_property_write_b>` | ``true`` |
  30. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  31. | :ref:`bool<class_bool>` | :ref:`write_g<class_RDPipelineColorBlendStateAttachment_property_write_g>` | ``true`` |
  32. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  33. | :ref:`bool<class_bool>` | :ref:`write_r<class_RDPipelineColorBlendStateAttachment_property_write_r>` | ``true`` |
  34. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  35. Methods
  36. -------
  37. +------+--------------------------------------------------------------------------------------------+
  38. | void | :ref:`set_as_mix<class_RDPipelineColorBlendStateAttachment_method_set_as_mix>` **(** **)** |
  39. +------+--------------------------------------------------------------------------------------------+
  40. Property Descriptions
  41. ---------------------
  42. .. _class_RDPipelineColorBlendStateAttachment_property_alpha_blend_op:
  43. - :ref:`BlendOperation<enum_RenderingDevice_BlendOperation>` **alpha_blend_op**
  44. +-----------+---------------------------+
  45. | *Default* | ``0`` |
  46. +-----------+---------------------------+
  47. | *Setter* | set_alpha_blend_op(value) |
  48. +-----------+---------------------------+
  49. | *Getter* | get_alpha_blend_op() |
  50. +-----------+---------------------------+
  51. ----
  52. .. _class_RDPipelineColorBlendStateAttachment_property_color_blend_op:
  53. - :ref:`BlendOperation<enum_RenderingDevice_BlendOperation>` **color_blend_op**
  54. +-----------+---------------------------+
  55. | *Default* | ``0`` |
  56. +-----------+---------------------------+
  57. | *Setter* | set_color_blend_op(value) |
  58. +-----------+---------------------------+
  59. | *Getter* | get_color_blend_op() |
  60. +-----------+---------------------------+
  61. ----
  62. .. _class_RDPipelineColorBlendStateAttachment_property_dst_alpha_blend_factor:
  63. - :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` **dst_alpha_blend_factor**
  64. +-----------+-----------------------------------+
  65. | *Default* | ``0`` |
  66. +-----------+-----------------------------------+
  67. | *Setter* | set_dst_alpha_blend_factor(value) |
  68. +-----------+-----------------------------------+
  69. | *Getter* | get_dst_alpha_blend_factor() |
  70. +-----------+-----------------------------------+
  71. ----
  72. .. _class_RDPipelineColorBlendStateAttachment_property_dst_color_blend_factor:
  73. - :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` **dst_color_blend_factor**
  74. +-----------+-----------------------------------+
  75. | *Default* | ``0`` |
  76. +-----------+-----------------------------------+
  77. | *Setter* | set_dst_color_blend_factor(value) |
  78. +-----------+-----------------------------------+
  79. | *Getter* | get_dst_color_blend_factor() |
  80. +-----------+-----------------------------------+
  81. ----
  82. .. _class_RDPipelineColorBlendStateAttachment_property_enable_blend:
  83. - :ref:`bool<class_bool>` **enable_blend**
  84. +-----------+-------------------------+
  85. | *Default* | ``false`` |
  86. +-----------+-------------------------+
  87. | *Setter* | set_enable_blend(value) |
  88. +-----------+-------------------------+
  89. | *Getter* | get_enable_blend() |
  90. +-----------+-------------------------+
  91. ----
  92. .. _class_RDPipelineColorBlendStateAttachment_property_src_alpha_blend_factor:
  93. - :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` **src_alpha_blend_factor**
  94. +-----------+-----------------------------------+
  95. | *Default* | ``0`` |
  96. +-----------+-----------------------------------+
  97. | *Setter* | set_src_alpha_blend_factor(value) |
  98. +-----------+-----------------------------------+
  99. | *Getter* | get_src_alpha_blend_factor() |
  100. +-----------+-----------------------------------+
  101. ----
  102. .. _class_RDPipelineColorBlendStateAttachment_property_src_color_blend_factor:
  103. - :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` **src_color_blend_factor**
  104. +-----------+-----------------------------------+
  105. | *Default* | ``0`` |
  106. +-----------+-----------------------------------+
  107. | *Setter* | set_src_color_blend_factor(value) |
  108. +-----------+-----------------------------------+
  109. | *Getter* | get_src_color_blend_factor() |
  110. +-----------+-----------------------------------+
  111. ----
  112. .. _class_RDPipelineColorBlendStateAttachment_property_write_a:
  113. - :ref:`bool<class_bool>` **write_a**
  114. +-----------+--------------------+
  115. | *Default* | ``true`` |
  116. +-----------+--------------------+
  117. | *Setter* | set_write_a(value) |
  118. +-----------+--------------------+
  119. | *Getter* | get_write_a() |
  120. +-----------+--------------------+
  121. ----
  122. .. _class_RDPipelineColorBlendStateAttachment_property_write_b:
  123. - :ref:`bool<class_bool>` **write_b**
  124. +-----------+--------------------+
  125. | *Default* | ``true`` |
  126. +-----------+--------------------+
  127. | *Setter* | set_write_b(value) |
  128. +-----------+--------------------+
  129. | *Getter* | get_write_b() |
  130. +-----------+--------------------+
  131. ----
  132. .. _class_RDPipelineColorBlendStateAttachment_property_write_g:
  133. - :ref:`bool<class_bool>` **write_g**
  134. +-----------+--------------------+
  135. | *Default* | ``true`` |
  136. +-----------+--------------------+
  137. | *Setter* | set_write_g(value) |
  138. +-----------+--------------------+
  139. | *Getter* | get_write_g() |
  140. +-----------+--------------------+
  141. ----
  142. .. _class_RDPipelineColorBlendStateAttachment_property_write_r:
  143. - :ref:`bool<class_bool>` **write_r**
  144. +-----------+--------------------+
  145. | *Default* | ``true`` |
  146. +-----------+--------------------+
  147. | *Setter* | set_write_r(value) |
  148. +-----------+--------------------+
  149. | *Getter* | get_write_r() |
  150. +-----------+--------------------+
  151. Method Descriptions
  152. -------------------
  153. .. _class_RDPipelineColorBlendStateAttachment_method_set_as_mix:
  154. - void **set_as_mix** **(** **)**
  155. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  156. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  157. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  158. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  159. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  160. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`