//! Blend algorithms and PConvert API optional parameter types (`BlendAlgorithmParams` and `Options`, respectively).
//! Low level layer for the composition system.
use HashMap;
/// Map of blending algorithm properties and corresponding values.
pub type BlendAlgorithmParams = ;
/// Map of API options and corresponding values.
pub type Options = ;
/// Abstract data type that can assume multiple primitive types.
/// The data structure is going to be used in the passing of parameters
/// between heterogenous type systems (eg: different VMs).