# CategoryBlendmode Blend modes decide how two colors will mix together. There are both standard modes for basic needs and a means to create custom modes, dictating what sort of math to do what on what color components. ## Functions - [SDL_ComposeCustomBlendMode](SDL_ComposeCustomBlendMode) ## Datatypes - [SDL_BlendMode](SDL_BlendMode) ## Structs - (none.) ## Enums - [SDL_BlendFactor](SDL_BlendFactor) - [SDL_BlendOperation](SDL_BlendOperation) ## Macros - (none.) ---- [CategoryAPICategory](CategoryAPICategory)