Constant three::custom::preset::blend::ALPHA

pub const ALPHA: Blend;
Expand description

When combining two fragments, add the value of the source times its alpha channel with the value of the destination multiplied by the inverse of the source alpha channel. Has the usual transparency effect: mixes the two colors using a fraction of each one specified by the alpha of the source.