1.1.0 • Published 5 years ago

ts-rgba v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

ts-rgba

Description

rgba utils written in typescript

Install

npm i ts-rgba

Usage

import { RGBA } from 'ts-rgba'

const black = new RGBA(0,0,0)
console.log(black)
console.log(black.inverted)
console.log(black.lighter(0.1).darker(0.05))
console.log(black.mix(new RGBA(255,255,255)))
console.log(black.rgbAvg)
1.1.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago