Skip to content

LIGHTRED mislabeled DARKRED #95

@clach04

Description

@clach04

This is a very limited extract from #9 (comment)

LIGHTRED in:

LIGHTRED = create_color(3, 140, 0, 0)

LIGHTRED = SSD.rgb(140, 0, 0)

Are mislabeled, the color defined is actually a dark red, darker than the red that is declared in

RED = create_color(2, 255, 0, 0)

Based onthe discussion in #9 sounds like there is concern about renaming.

What about the idea of adding DARKRED as an alias?

I..e.:

...
DARKRED = LIGHTRED = create_color(3, 140, 0, 0)
...
DARKRED = LIGHTRED = SSD.rgb(140, 0, 0)

So the color stays the same, but there would be a more accurate name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions