Skip to content

@ue-too/animate / RGB

Type Alias: RGB

RGB = object

Defined in: animatable-attribute.ts:266

RGB color type for color animations.

Remarks

Represents a color with red, green, and blue components (0-255).

Properties

b

b: number

Defined in: animatable-attribute.ts:266


g

g: number

Defined in: animatable-attribute.ts:266


r

r: number

Defined in: animatable-attribute.ts:266