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