Type alias AdjustedColorDef

AdjustedColorDef: {
    adjustments?: ColorAdjustment[];
    val: string;
}

Type declaration