Skip to content 

IColor Interface

Packages > @fluidframework/ink > IColor

RGBA color.

Signature:

export interface IColor 

Properties

List of properties of this interface
Property Type Description
a number Alpha value
b number Blue value
g number Green value
r number Red value

Events

a

Alpha value

Signature:

a: number;

b

Blue value

Signature:

b: number;

g

Green value

Signature:

g: number;

r

Red value

Signature:

r: number;