Skip to main content

ColorFactory

Classes

ColorPropertyFactory

Extends

Constructors

Constructor
new ColorPropertyFactory(): ColorPropertyFactory;
Returns

ColorPropertyFactory

Overrides

AbstractObjectPropertyFactory.constructor

Accessors

derivedTypes
Get Signature
get derivedTypes(): string[];
Returns

string[]

Inherited from

AbstractObjectPropertyFactory.derivedTypes

factoryClass
Get Signature
get factoryClass(): Function;
Returns

Function

Inherited from

AbstractObjectPropertyFactory.factoryClass

type
Get Signature
get type(): TPropertyDataTypes;
Returns

TPropertyDataTypes

Overrides

AbstractObjectPropertyFactory.type

Methods

getDefaultValue()
getDefaultValue(type?): Color;
Parameters
ParameterType
type?string
Returns

Color

Inherited from

AbstractObjectPropertyFactory.getDefaultValue

Was this page helpful?