Garry's Mod Wiki

BLEND

Description

Used by render.OverrideBlend 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

image.png

Clientside only.

Values

BLEND_ZERO0
BLEND_ONE1
BLEND_DST_COLOR2
BLEND_ONE_MINUS_DST_COLOR3
BLEND_SRC_ALPHA4
BLEND_ONE_MINUS_SRC_ALPHA5
BLEND_DST_ALPHA6
BLEND_ONE_MINUS_DST_ALPHA7
BLEND_SRC_ALPHA_SATURATE8
BLEND_SRC_COLOR9
BLEND_ONE_MINUS_SRC_COLOR10