Type Alias Hsia

Source
pub type Hsia<T, A> = Alpha<T, Hsi<T, A>>;
Expand description

An Hsi value with an alpha channel

Aliased Typeยง

#[repr(C)]
pub struct Hsia<T, A> { /* private fields */ }