Module dsdl2.blend
Structs
Name | Description |
---|---|
BlendMode
|
D struct that wraps SDL_BlendMode defining how blending should be done when an image is drawn on top of
another
|
Enums
Name | Description |
---|---|
BlendFactor
|
D enum that wraps SDL_BlendFactor (from SDL 2.0.6) defining blending multipliers
|
BlendOperation
|
D enum that wraps SDL_BlendOperation (from SDL 2.0.6) defining blending operations
|