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.
pub fn is_algorithm_multiplied(algorithm: &BlendAlgorithm) -> bool
Returns whether or not a BlendAlgorithm
enum variant corresponds to a
multiplied blending algorithm.
algorithm
- The BlendAlgorithm enum variant.