Trait playdate_graphics::bitmap::LCDColorIs
source · pub trait LCDColorIs {
// Required methods
fn is_solid(&self) -> bool;
fn is_pattern(&self) -> bool;
}pub trait LCDColorIs {
// Required methods
fn is_solid(&self) -> bool;
fn is_pattern(&self) -> bool;
}