Skip to content

Function to parse HSV #278

Description

@bjarnef

There are functions to parse different color formats, but no parseHsv:
https://culorijs.org/api/#parsing-functions

However it does seems to support HSV color format:
https://culorijs.org/color-spaces/

and it contains other functions like convertHsvToRgb and convertRgbToHsv.
https://culorijs.org/api/

Converter can be used with hsv - either converter('hsv') or hsv directly imported, but it seems to be missing a parseHsv function.
https://culorijs.org/api/#color-spaces

Furthermore it seems to generic parse function also doesn't understand HSV format.

const parse = color => {

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions