pub fn set_available_presets(v: Vec<CurvePreset>)Expand description
The app hands the current Settings.curve_presets to the panel with this (cheap: only on change or every frame — the panel just reads names + the selected preset).
pub fn set_available_presets(v: Vec<CurvePreset>)The app hands the current Settings.curve_presets to the panel with this (cheap: only on change or every frame — the panel just reads names + the selected preset).