NcPixelImpl_u32

Type Alias NcPixelImpl_u32 

Source
pub type NcPixelImpl_u32 = ncpixelimpl_e;
Expand description

Pixel blitting implementations, informative only.

It’s recommended to use NcPixelImpl instead.

This is returned by notcurses_check_pixel_support

§Associated c_api constants

Trait Implementations§

Source§

impl From<NcPixelImpl> for NcPixelImpl_u32

Source§

fn from(alpha: NcPixelImpl) -> Self

Converts to this type from the input type.