Skip to content

Color is wrong for yellowgreen #3

@mjmicster

Description

@mjmicster

In webcolors.cs, the yellowgreen is setup as:

NAMES["yellowgreen"] = new int[] { 0x9, 0xacd, 0x32, 0x00 };

This should be changed to:

NAMES["yellowgreen"] = new int[] { 0x9a, 0xcd, 0x32, 0x00 };

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