a5kin / xentica

GPU-accelerated engine for multi-dimensional cellular automata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement tools.color module

a5kin opened this issue · comments

Necessary color conversion helpers should be implemented:

  • HSV to RGB
  • RGB to HSV (skip for later when we need it)
  • Bit field (genome) to RGB
  • Bit field to RGB - using modular division for hue (EvoLife classic coloring).

Genome coloring have been implemented along with basic color conversion helpers.