Color function

From StealthBot Wiki Backup
Jump to: navigation, search

The Color() Script Support Class function returns the Color object.

Development

This function was added by FiftyToo in version 2.7.

Documentation

'// COLOR
'//   Gets a reference to the clsColor object. This object has properties that represent the CSS color constants
Public Function Color() As clsColor

    Set Color = New clsColor

End Function

Syntax

To retrieve a property of the Color object:

Variable = Color().PropertyName

See the Color object article for examples and usage of the Color object.

See also