Class SDL_BlendFactor

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

public final class SDL_BlendFactor extends Object

The normalized factor used to multiply pixel components.

The blend factors are multiplied with the pixels from a drawing operation (src) and the pixels from the render target (dst) before the blend operation. The comma-separated factors listed above are always applied in the component order red, green, blue, and alpha.

Since: This enum is available since SDL 3.2.0.