pub fn build_params(
algorithms: &PySequence,
) -> Result<Vec<(BlendAlgorithm, Option<BlendAlgorithmParams>)>, PyErr>
Expand description
Attempts to build a vector of blending operations and extra parameters.
One pair per blending operation. Returns a PyErr
if it fails parsing.