enum BlendMode : System.Enum

book_4_sparkGenerated
code_blocksInput

Description

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

Members

Static Fields

Member NameSummary
NormalThe default blend mode where colors are blended normally.
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.