Package org.lwjgl.sdl
Class SDLBlendMode
java.lang.Object
org.lwjgl.sdl.SDLBlendMode
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Contains the function pointers loaded fromSDL.getLibrary()
. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
SDL_ComposeCustomBlendMode
(int srcColorFactor, int dstColorFactor, int colorOperation, int srcAlphaFactor, int dstAlphaFactor, int alphaOperation) SDL_BlendMode SDL_ComposeCustomBlendMode(SDL_BlendFactor srcColorFactor, SDL_BlendFactor dstColorFactor, SDL_BlendOperation colorOperation, SDL_BlendFactor srcAlphaFactor, SDL_BlendFactor dstAlphaFactor, SDL_BlendOperation alphaOperation)
-
Field Details
-
SDL_BLENDMODE_NONE
public static final int SDL_BLENDMODE_NONE- See Also:
-
SDL_BLENDMODE_BLEND
public static final int SDL_BLENDMODE_BLEND- See Also:
-
SDL_BLENDMODE_BLEND_PREMULTIPLIED
public static final int SDL_BLENDMODE_BLEND_PREMULTIPLIED- See Also:
-
SDL_BLENDMODE_ADD
public static final int SDL_BLENDMODE_ADD- See Also:
-
SDL_BLENDMODE_ADD_PREMULTIPLIED
public static final int SDL_BLENDMODE_ADD_PREMULTIPLIED- See Also:
-
SDL_BLENDMODE_MOD
public static final int SDL_BLENDMODE_MOD- See Also:
-
SDL_BLENDMODE_MUL
public static final int SDL_BLENDMODE_MUL- See Also:
-
SDL_BLENDMODE_INVALID
public static final int SDL_BLENDMODE_INVALID- See Also:
-
SDL_BLENDOPERATION_ADD
public static final int SDL_BLENDOPERATION_ADD- See Also:
-
SDL_BLENDOPERATION_SUBTRACT
public static final int SDL_BLENDOPERATION_SUBTRACT- See Also:
-
SDL_BLENDOPERATION_REV_SUBTRACT
public static final int SDL_BLENDOPERATION_REV_SUBTRACT- See Also:
-
SDL_BLENDOPERATION_MINIMUM
public static final int SDL_BLENDOPERATION_MINIMUM- See Also:
-
SDL_BLENDOPERATION_MAXIMUM
public static final int SDL_BLENDOPERATION_MAXIMUM- See Also:
-
SDL_BLENDFACTOR_ZERO
public static final int SDL_BLENDFACTOR_ZERO- See Also:
-
SDL_BLENDFACTOR_ONE
public static final int SDL_BLENDFACTOR_ONE- See Also:
-
SDL_BLENDFACTOR_SRC_COLOR
public static final int SDL_BLENDFACTOR_SRC_COLOR- See Also:
-
SDL_BLENDFACTOR_ONE_MINUS_SRC_COLOR
public static final int SDL_BLENDFACTOR_ONE_MINUS_SRC_COLOR- See Also:
-
SDL_BLENDFACTOR_SRC_ALPHA
public static final int SDL_BLENDFACTOR_SRC_ALPHA- See Also:
-
SDL_BLENDFACTOR_ONE_MINUS_SRC_ALPHA
public static final int SDL_BLENDFACTOR_ONE_MINUS_SRC_ALPHA- See Also:
-
SDL_BLENDFACTOR_DST_COLOR
public static final int SDL_BLENDFACTOR_DST_COLOR- See Also:
-
SDL_BLENDFACTOR_ONE_MINUS_DST_COLOR
public static final int SDL_BLENDFACTOR_ONE_MINUS_DST_COLOR- See Also:
-
SDL_BLENDFACTOR_DST_ALPHA
public static final int SDL_BLENDFACTOR_DST_ALPHA- See Also:
-
SDL_BLENDFACTOR_ONE_MINUS_DST_ALPHA
public static final int SDL_BLENDFACTOR_ONE_MINUS_DST_ALPHA- See Also:
-
-
Method Details
-
SDL_ComposeCustomBlendMode
public static int SDL_ComposeCustomBlendMode(int srcColorFactor, int dstColorFactor, int colorOperation, int srcAlphaFactor, int dstAlphaFactor, int alphaOperation) SDL_BlendMode SDL_ComposeCustomBlendMode(SDL_BlendFactor srcColorFactor, SDL_BlendFactor dstColorFactor, SDL_BlendOperation colorOperation, SDL_BlendFactor srcAlphaFactor, SDL_BlendFactor dstAlphaFactor, SDL_BlendOperation alphaOperation)
-