chromaticity-color-utilities
Advanced tools
Comparing version 0.1.7-alpha to 0.1.8-alpha
{ | ||
"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": { |
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
278378
1630