Color function

From StealthBot Wiki Backup
Revision as of 01:01, 26 December 2009 by Ribose (talk) (Created page with 'The Color() Script Support Class function returns the Color object. ==Development== This function was added by FiftyToo in version 2.7. ==Documen…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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