Skip to content

complementary color don't work right #4

@jcubic

Description

@jcubic

it pick black if you pick black or almost black instead of white

>>> $.xcolor.complementary('#131111').getHex()
"#111313" // different kind of black
>>> $.xcolor.complementary('#000000').getHex()
"#000000"
>>> $.xcolor.complementary('#ffffff').getHex()
"#ffffff"

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