enum BlendMode : System.Enum

robot_2Generated
code_blocksInput

Description

The BlendMode enumeration in the Sandbox namespace defines the blend modes used by the UI system. These modes determine how colors are blended together when rendering UI elements.

Members

Fields

Member NameSummary
NormalThe default blend mode where colors are blended normally without any special effects.
MultiplyBlends colors by multiplying the source and destination colors, resulting in a darker image.
LightenBlends colors by taking the lighter of the source and destination colors.