[][src]Trait ccitt_t4_t6::g42d::decode::ColorLine

pub trait ColorLine {
    pub fn color_at(&self, i: usize) -> Color;
pub fn set_color(&mut self, i: usize, color: Color); }

This struct can represents a scanline

Required methods

pub fn color_at(&self, i: usize) -> Color[src]

Get the color at index i

pub fn set_color(&mut self, i: usize, color: Color)[src]

Set the color at index i

Loading content...

Implementations on Foreign Types

impl ColorLine for Vec<Color>[src]

Loading content...

Implementors

Loading content...