Color-legend control
Advanced Editor
@controls {
bottom-left {
color-legend {
color {
value: red;
label: "All the red things";
}
color {
value: blue;
label: "All the blue things";
}
}
}
}Last updated
Was this helpful?