FunctionsCommonColorIsValidCommonColorIsValid CallableCommonColorIsValid(Color?: string | readonly string[]): booleanChecks whether an item's color has a valid value that can be interpreted by the drawing functions. Valid values are null, undefined, strings, and an array containing any of the aforementioned types.ParametersoptionalColor: string | readonly string[]The Color value to checkReturns booleanReturns TRUE if the color is a valid item color
Checks whether an item's color has a valid value that can be interpreted by the drawing functions. Valid values are null, undefined, strings, and an array containing any of the aforementioned types.