pub type PIXEL0FORMAT_R = FieldReader<u8, PIXEL0FORMAT_A>;
Expand description

Field PIXEL0FORMAT reader - Sprite Pixel Color Format

Implementations§

source§

impl PIXEL0FORMAT_R

source

pub fn variant(&self) -> PIXEL0FORMAT_A

Get enumerated values variant

source

pub fn is_argb0555(&self) -> bool

Checks if the value of the field is ARGB0555

source

pub fn is_argb0565(&self) -> bool

Checks if the value of the field is ARGB0565

source

pub fn is_argb0666(&self) -> bool

Checks if the value of the field is ARGB0666

source

pub fn is_argb0888(&self) -> bool

Checks if the value of the field is ARGB0888

source

pub fn is_argb5555(&self) -> bool

Checks if the value of the field is ARGB5555

source

pub fn is_argb6565(&self) -> bool

Checks if the value of the field is ARGB6565

source

pub fn is_argb6666(&self) -> bool

Checks if the value of the field is ARGB6666

source

pub fn is_argb8888(&self) -> bool

Checks if the value of the field is ARGB8888