jasonsikes / QLogo

QLogo is a rewrite of the UCBLogo language and user interface written in C++ using Qt.

Home Page:https://qlogo.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable other color models

jasonsikes opened this issue · comments

Currently, colors are specified using palette numbers, names, or RGB values. Other color models that are available are HSV, HSL, and CMYK. Perhaps we can have a command to set different color models so that when colors are specified or queried the values passed will be according to that model.

Not going to fix. RGB and RGBA are standard everywhere.