WICG / color-api

A proposal and draft spec for a Color object for the Web Platform, loosely influenced by the Color.js work. Heavily WIP, if you landed here randomly, please move along.
https://wicg.github.io/color-api/
Other
135 stars 3 forks source link

Extraction of color components #27

Open svgeesus opened 2 years ago

svgeesus commented 2 years ago

As mentioned in CSSWG discussion of color-extract(), that is a CSS API and the JS color api should offer the same functionality.

So the documentation should give some examples of color-extract() paired with some JS examples that do the same thing.

LeaVerou commented 2 years ago

The API already provides this functionality, it's color.get(...)

svgeesus commented 2 years ago

I think you missed the paired with