Viewer3DBase.setBackgroundColor() method

Set the background color of the viewer.

Signature:

setBackgroundColor(color: Array<number>): void;

Parameters

ParameterDescription
colorThe RGB of the background color

Returns:

void