Class SDL_BlendFactor
java.lang.Object
club.doki7.sdl3.enumtype.SDL_BlendFactor
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
-
Field Details
-
ZERO
public static final int ZERO- See Also:
-
ONE
public static final int ONE- See Also:
-
SRC_COLOR
public static final int SRC_COLOR- See Also:
-
ONE_MINUS_SRC_COLOR
public static final int ONE_MINUS_SRC_COLOR- See Also:
-
SRC_ALPHA
public static final int SRC_ALPHA- See Also:
-
ONE_MINUS_SRC_ALPHA
public static final int ONE_MINUS_SRC_ALPHA- See Also:
-
DST_COLOR
public static final int DST_COLOR- See Also:
-
ONE_MINUS_DST_COLOR
public static final int ONE_MINUS_DST_COLOR- See Also:
-
DST_ALPHA
public static final int DST_ALPHA- See Also:
-
ONE_MINUS_DST_ALPHA
public static final int ONE_MINUS_DST_ALPHA- See Also:
-
-
Method Details
-
explain
-