gmlewis/image/color does not have a README file
pub(open) trait Color {
fn rgba(Self) -> (UInt, UInt, UInt, UInt)
fn model(Self) -> String
fn raw(Self) -> (UInt, UInt, UInt, UInt)
}type ModelFuncfn cmyk_to_rgb(c : Byte, m : Byte, y : Byte, k : Byte) -> (Byte, Byte, Byte)fn rgb_to_cmyk(r : Byte, g : Byte, b : Byte) -> (Byte, Byte, Byte, Byte)fn rgb_to_y_cb_cr(r : Byte, g : Byte, b : Byte) -> (Byte, Byte, Byte)fn y_cb_cr_to_rgb(y : Byte, cb : Byte, cr : Byte) -> (Byte, Byte, Byte)MoonBit image: simple image representation.
Dependencies