Viewer3DBase.setOverrideColor() method

Set all elements to the same color. Note that this change only take effects temporarily at this session. It does not change the scene data so that the color setting is not preserved next time.

Signature:

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

Parameters

ParameterDescription
colorThe new color in format of RGBA.

Returns:

void