@for (stop of getConicGradientStops(); track $index) { @if ($index < getConicGradientStops().length - 1) { } } @for (color of colorPoints; track color.hex) { } @if (showLabels) { @for (color of colorPoints; track color.hex) { {{ color.name || color.hex }} @if (showPercentages && color.percentage) { {{ color.percentage.toFixed(1) }}% } } } 色轮
@for (color of colorPoints; track color.hex) {
{{ color.name || color.hex }} @if (showPercentages && color.percentage) { {{ color.percentage.toFixed(1) }}% }
}