module IntelQA::Carrier
Overview
TODO Write documentation for IntelQA::Carrier
Defined in:
color_model/from_channels.crcolor_model/from_hex.cr
color_model/mixing.cr
color_model/named_colors.cr
color_model/to_relative.cr
color_models.cr
grid.cr
helper.cr
image_carrier.cr
Constant Summary
-
PIXEL_TYPES =
{"G" => :grayscale, "GA" => :grayscale_alpha, "RGB" => :rgb, "RGBA" => :rgb_alpha}
-
TODO move pixel types out grid don't use this until it is moved. Can enum be used here ?
-
VERSION =
"0.1.0"