Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chromaticity-color-utilities

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chromaticity-color-utilities - npm Package Compare versions

Comparing version 0.1.7-alpha to 0.1.8-alpha

19

package.json
{
"name": "chromaticity-color-utilities",
"version": "0.1.7-alpha",
"version": "0.1.8-alpha",
"description": "Color utilities for Node.js",

@@ -31,3 +31,18 @@ "main": "dist/main.js",

"color utilities",
"color schemes"
"color schemes",
"color spaces",
"standard illuminants",
"video color",
"luma",
"RGB",
"hue",
"saturation",
"cmyk",
"yiq",
"ciexyz",
"ciexyy",
"cielab",
"cieluv",
"ypbpr",
"ycbcr"
],

@@ -34,0 +49,0 @@ "devDependencies": {

11

README.md

@@ -318,10 +318,10 @@ # chromaticity-color-utilities

Color.from('hsp',[h, s, p, a?],{
pb: number // optional, default = 0.114
pr: number // optional, default = 0.299
pb: number, // optional, default = 0.114
pr: number // optional, default = 0.299
})
.to('hsp',{
round: boolean // optional, default = true
pb: number // optional, default = 0.114
pr: number // optional, default = 0.299
round: boolean, // optional, default = true
pb: number, // optional, default = 0.114
pr: number // optional, default = 0.299
})

@@ -1603,3 +1603,2 @@

* HSB (perceived brightness)
* Gamma adjustment modification

@@ -1606,0 +1605,0 @@ * Auto-gamma adjustment and conversion for rec709, rec2020, and jpeg to/from ypbpr

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc