Trait rasterize::Paint[][src]

pub trait Paint: Debug {
    fn at(&self, point: Point) -> LinColor;
fn units(&self) -> Option<Units>;
fn transform(&self) -> Transform; }

Required methods

fn at(&self, point: Point) -> LinColor[src]

fn units(&self) -> Option<Units>[src]

fn transform(&self) -> Transform[src]

Loading content...

Implementations on Foreign Types

impl<'a, P: Paint> Paint for &'a P[src]

impl Paint for Box<dyn Paint>[src]

impl Paint for Rc<dyn Paint>[src]

impl Paint for Arc<dyn Paint>[src]

Loading content...

Implementors

impl Paint for GradLinear[src]

impl Paint for GradRadial[src]

impl Paint for LinColor[src]

Loading content...