Class

ColorScheme()

Syntax

:new() --> oColorScheme

Parameters

None

Return

The class method :new() returns a ColorScheme object instance.

Description

The class method :new() does not itself initialize any data other the the introspection data in :_data and :_methods. However, within the :init() instance method called upon instance generation, a subcall is made to the :Old() method, which sets values for all exposed data members.