Enum anl::RgbaParameter [] [src]

pub enum RgbaParameter {
    Constant(Rgba),
    Module(Rc<RefCell<RgbaModule>>),
}

Variants

Methods

impl RgbaParameter
[src]