Class SDL_BlendMode

java.lang.Object
club.doki7.sdl3.enumtype.SDL_BlendMode

public final class SDL_BlendMode extends Object

A set of blend modes used in drawing operations.

These predefined blend modes are supported everywhere.

Additional values may be obtained from SDL_ComposeCustomBlendMode.

Since: This datatype is available since SDL 3.2.0.

See also:

  • SDL_ComposeCustomBlendMode