Skip to content

ParameterColor ​

A parameter that holds a color value.

Kind: Class

Namespace: ConnectorLib.JSON

Inheritance: ParameterBase → IParameterValue

Public Constructors

ParameterColor(string name, string id, ParameterColorValue value)

Creates a new instance of the ConnectorLib.JSON.ParameterColor class.

ParameterColor(string name, string id, string value)

Creates a new instance of the ConnectorLib.JSON.ParameterColor class.

Public Attributes

ParameterColorValue

Value

The color value.