Blending

ceramic.Blending (Abstract)

Blending modes that control how pixels are combined when drawing.

Blending determines how source pixels (what you're drawing) are combined with destination pixels (what's already on screen). Different modes create different visual effects.

Ceramic uses premultiplied alpha by default for better compositing results. Most users should stick with AUTO blending unless specific effects are needed.

See: Visual.blending

Type Conversions

From:

  • [Int](/api-docs/clay-native/Int/)

To:

  • [Int](/api-docs/clay-native/Int/)

Metadata

Name Parameters
:enum -