halli

halli - v1.0.0 / Exports

halli - v1.0.0

Table of contents

Classes

Type Aliases

Type Aliases

IHexColorNumber

Ƭ IHexColorNumber: number

IHexColorNumber is a hexadecimal number representation of a color. Example: 0xab12f8

Defined in

halli.ts:19


IHexColorString

Ƭ IHexColorString: string

IHexColorString is a standard CSS HTML color code. Example: ‘#AB12F8’

Defined in

halli.ts:14


IRGB

Ƭ IRGB: Object

IRGB rgba representation of a color

Type declaration

Name Type
a number
b number
g number
r number

Defined in

halli.ts:4


IRGBACSSString

Ƭ IRGBACSSString: `rgba(${number}, ${number}, ${number}, ${number})`

Defined in

halli.ts:21