pub trait Ctrl: VertexSource { // Required methods fn num_paths(&self) -> u32; fn color(&self, path_id: u32) -> Rgba8; }
Trait for AGG controls that can be rendered as multi-path vertex sources.