LuciadRIA (2026.0.10)
    Preparing search index...

    An object describing a mapping of property values to colors used in ParameterizedLinePainterConstructorOptions.

    interface PropertyColorExpression {
        color: string;
        property: string;
        value: any;
    }

    Properties

    Properties

    color: string

    The color as a CSS color string, or null to hide features.

    property: string

    The name of the property as a string.

    value: any

    The value of the property. Can be any type.