Crate cocoa_image

Source
Expand description

This is based on ImgRef and RGB crates.

Enums§

Error

Functions§

decode_image_as_rgba
decode_image_as_rgba_premultiplied
Returns an RGBA 8-bit bitmap in sRGB color space with premultiplied alpha.

Type Aliases§

RGBA8
8-bit RGBA, alpha is last. 0 = transparent, 255 = opaque.