[−][src]Function blaze_rs::blend::set_blend_mode
pub fn set_blend_mode(mode: BlendMode)
Sets the current blending mode to be used.
Note - the blend mode is used when things actually get drawn on the screen,
e.g. SpriteBatch::present
, StaticBatch::present
or Immediate::draw
.