All Projects → colorjs → color-alpha

colorjs / color-alpha

Licence: other
Change alpha of a color string

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to color-alpha

color-rgba
Get rgba array from color string
Stars: ✭ 18 (-5.26%)
Mutual labels:  color, colorjs
color-name
A JSON with CSS color names
Stars: ✭ 72 (+278.95%)
Mutual labels:  color, colorjs
color-parse
Color string parser
Stars: ✭ 44 (+131.58%)
Mutual labels:  color, colorjs
sshbg
Change terminal background when SSH'ing (on specific terminals)
Stars: ✭ 45 (+136.84%)
Mutual labels:  color
flavours
🎨💧 An easy to use base16 scheme manager that integrates with any workflow.
Stars: ✭ 331 (+1642.11%)
Mutual labels:  color
sh
Collection Of My Sh Scripts.
Stars: ✭ 109 (+473.68%)
Mutual labels:  color
standard-components
A specification for functional UI components
Stars: ✭ 52 (+173.68%)
Mutual labels:  color
ChromaTerm
Color your Terminal with RegEx!
Stars: ✭ 149 (+684.21%)
Mutual labels:  color
colors
A gorgeous, accessible color system.
Stars: ✭ 748 (+3836.84%)
Mutual labels:  color
UIImageColorRatio
A tool to calculate the color ratio of UIImage in iOS.
Stars: ✭ 34 (+78.95%)
Mutual labels:  color
strapless
Strapless is a color-changing CSS boilerplate for HTML elements, and a powerful LessCSS library for colors and patterns.
Stars: ✭ 27 (+42.11%)
Mutual labels:  color
colorize
*nixy filter that adds color to its standard input by rows or columns
Stars: ✭ 83 (+336.84%)
Mutual labels:  color
colocat
Fegeya Colocat, Colorized 'cat' implementation. Written in C++17.
Stars: ✭ 14 (-26.32%)
Mutual labels:  color
ColorPickerLib
A WPF/MVVM implementation of a themeable color picker control.
Stars: ✭ 44 (+131.58%)
Mutual labels:  color
TitlebarZ
A simple titlebar customizer for Windows 10.
Stars: ✭ 21 (+10.53%)
Mutual labels:  color
yiq
Returns white when a color is dark and black when a color is light.
Stars: ✭ 24 (+26.32%)
Mutual labels:  color
dehex
🎨👀 R package: learn to assess a colour hex code by eye
Stars: ✭ 29 (+52.63%)
Mutual labels:  color
khroma
A collection of functions for manipulating CSS colors, inspired by SASS.
Stars: ✭ 28 (+47.37%)
Mutual labels:  color
ColorClockSaver
A screensaver for macOS
Stars: ✭ 57 (+200%)
Mutual labels:  color
ichiColor
Full features javascript color parser module, perfect work with vue.js; support RGB, HSL, HSV/HSB, HSL255, HSL240, HWB, XYZ, LAB, LUV, LHCab, xyY...
Stars: ✭ 23 (+21.05%)
Mutual labels:  color

color-alpha stable build size

Change alpha of a color with mercy on node_modules.

npm install color-alpha

import α from 'color-alpha'
α('white', .4); // 'rgba(255,255,255,.4)'

Input color is parsed with color-parse package.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].