[−][src]Function pconvert_rust::blending::is_algorithm_multiplied
pub fn is_algorithm_multiplied(algorithm: &BlendAlgorithm) -> bool
Returns whether or not a BlendAlgorithm
enum variant corresponds to a
multiplied blending algorithm.
Arguments
algorithm
- The BlendAlgorithm enum variant.