public void Sanitize(ref otpIntParamValue v) { if (min != max) { v.value = Math.Max(Math.Min(v.value, max), min); } }
[DllImport("OpenToonzPlugin")] public static extern void otpSetParamValue(otpParam param, ref otpIntParamValue v);