[][src]Module fermium::SDL_BlendOperation

Constants

SDL_BLENDOPERATION_ADD

< dst + src: supported by all renderers

SDL_BLENDOPERATION_MAXIMUM

< max(dst, src) : supported by D3D11

SDL_BLENDOPERATION_MINIMUM

< min(dst, src) : supported by D3D11

SDL_BLENDOPERATION_REV_SUBTRACT

< src - dst : supported by D3D9, D3D11, OpenGL, OpenGLES

SDL_BLENDOPERATION_SUBTRACT

< dst - src : supported by D3D9, D3D11, OpenGL, OpenGLES

Type Definitions

Type

\brief The blend operation used when combining source and destination pixel components