reiniiriarios
Funding Links: https://github.com/sponsors/reiniiriarios
- Name: Emma Litwa-Vulcu
- Location: ~Seattle, WA
- Kind: user
- Followers: 5
- Following: 1
- Total stars: 42
- Repositories count: 23
- Created at: 2022-11-15T11:17:19.456Z
- Updated at: 2025-03-09T19:59:28.479Z
- Last synced at: 2025-03-09T19:59:28.479Z
GitHub Sponsors Profile
Ivy Git
(WIP) Cross-Platform Git Client
ivygit.com
Chromaticity Color Utilities
Color utilities for Node.js. Conversion, modification, and color schemes of: RGB (at any bit depth), HSV, HSL, HSI, HSP, CYMK, YIQ, XYZ, xyY, Lab*, Luv*, Y’PbPr, Y’CbCr, and more.
Read Full Documentation
import Color from 'chromaticity-color-utilities'
const color1: Color.hsv = Color.from('rgb', [255, 128, 0]).to('hsv')
const scheme1: Color.lab[] = Color.from('hex', 0x9a237f)
.modify('desaturate', { amount: 0.2 })
.to('lab', {
colorSpace: 'AdobeRGB',
referenceWhite: 'D50',
})
.scheme('gradient', {
with: Color.from('hsl', [300, 50, 45]),
colors: 5,
})
const yourMethod = (rgb: Color.rgb): Color.hsv => {
// do things
let hsv: Color.hsv = rgb.to('hsv')
// do things
return hsv
}
- Current Sponsors: 0
- Past Sponsors: 0
- Total Sponsors: 0
- Minimum Sponsorship: $1.00
Featured Works
reiniiriarios/chromaticity-color-utilities
🎨 Color utilities for Node.js. Conversion, modification, and color schemes of: RGB (at any bit depth), HSV, HSL, HSI, HSP, CYMK, YIQ, XYZ, xyY, L*a*b*, L*u*v*, Y'PbPr, Y'CbCr, and more.
Language: TypeScript - Stars: 16reiniiriarios/electron-forge-publisher-local
Local publisher for Electron Forge
Language: - Stars: 2reiniiriarios/git-commands
Commonly used aliases, functions, etc. ✌🏻
Language: Shell - Stars: 3