**gamebeye.gbcamcolors** module =============================== The current **gamebeye.gbcamcolors** manage colors, palettes and all stuff related to process images color. The selection of color palettes is picked and adapted from `HerrZatacke `_ `gb-printer-web `_. The **color_helpers** module gather basic color conversion methods. Thoses colors allowed me to make this small animation : .. container:: centered-grid .. raw:: html
Animated GIF made of colorized images

Animated GIF made of colorized images

:mod:`GBColorValues` class -------------------------- .. autoclass:: gamebeye.gbcamcolors.gbcolorvalues.GBColorValues :members: :undoc-members: :show-inheritance: :mod:`GBColorPalettes` class ---------------------------- .. autoclass:: gamebeye.gbcamcolors.gbcolorpalettes.GBColorPalettes :members: :undoc-members: :show-inheritance: :mod:`color\_helpers` module ------------------------------------------------- .. automodule:: gamebeye.gbcamcolors.color_helpers :members: :undoc-members: :show-inheritance: .. _ch module: