Function is_algorithm_multiplied

Source
pub fn is_algorithm_multiplied(algorithm: &BlendAlgorithm) -> bool
Expand description

Returns whether or not a BlendAlgorithm enum variant corresponds to a multiplied blending algorithm.

ยงArguments

  • algorithm - The BlendAlgorithm enum variant.