pub fn set_blend_state(ctx: &mut Context, blend_state: BlendState)
Expand description

Sets the blend state used for future drawing operations.

The blend state will be used to determine how drawn content will be blended with the screen (or with a Canvas, if one is active).