interface ILightShadow {
    color: string | IRangeColor;
    length: number;
}

Implemented by

Properties

Properties

color: string | IRangeColor
length: number