Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

IsDefaultColor Function

Overview

The IsDefaultColor function tests if the source value is 0xFF000000 or RGB_DEFAULT.

Syntax/Parameters

Syntax

boolean = IsDefaultColor ( dword data );

Parameters

data

A dword representing a 24-bit RGB value.

Return Value

Returns TRUE if data is the default RGB value or FALSE if it is not.

Remarks

RGB colors are 24-bit; in this form, the top 8 bits indicate if the value is default or transparent. These bits are not used to directly render color.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic