white(
)

The white( function returns white as a Panorama color value (see Colors).


Parameters

No parameters.


Description

Returns returns white as a Panorama color value (see Colors).

rgbstr(white()) ☞ 65535,65535,65535
htmlrgbstr(white()) ☞ FFFFFF

See Colors for more information about working with colors in Panorama formulas.

Note: This function is equivalent to:

rgb(65535,65535,65535)

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.