Revision Difference
Enums/BLEND#514526
<cat>enum</cat>⤶
<enumeration>⤶
<description>⤶
Used by <page>render.OverrideBlend</page> to determine how texture RGBA information should be interpreted when rendered. ⤶
⤶
For more information refer to OpenGL's glBlendFunc page here: https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/glBlendFunc.xhtml ⤶
⤶
Clientside only.⤶
</description>⤶
<fields>{{EnumField|BLEND_ZERO|0</fields>⤶
⤶
</enumeration>⤶
⤶
{{EnumField|BLEND_ONE|1}}{{EnumField|BLEND_DST_COLOR|2}}{{EnumField|BLEND_ONE_MINUS_DST_COLOR|3}}{{EnumField|BLEND_SRC_ALPHA|4}}{{EnumField|BLEND_ONE_MINUS_SRC_ALPHA|5}}{{EnumField|BLEND_DST_ALPHA|6}}{{EnumField|BLEND_ONE_MINUS_DST_ALPHA|7}}{{EnumField|BLEND_SRC_ALPHA_SATURATE|8}}{{EnumField|BLEND_SRC_COLOR|9}}{{EnumField|BLEND_ONE_MINUS_SRC_COLOR|10}}⤶
}}