LightingColor

class LightingColor
property id

The id of the layer.

Type

str, read-only

property name

The name of the layer.

Type

str

Raises

ReadOnlyError -- If Database is in read only mode.

property layer

The parent lighting layer of this color.

Type

LightingLayer, read-only

property color

The color of the layer.

Type

ColorRgb

Raises

ReadOnlyError -- If Database is in read only mode.

property intensity

The color intensity of the layer.

Type

float

Raises

ReadOnlyError -- If Database is in read only mode.

remove()

Delete this lighting color.

Raises

ReadOnlyError -- If Database is in read only mode.