| 119 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int gradient_count (IntPtr gradient); |
| 120 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Color gradient_get (IntPtr gradient, float at); |
| 121 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Color32 gradient_get32 (IntPtr gradient, float at); |
| 122 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void gradient_release(IntPtr gradient); |
| 123 | |
| 124 | /////////////////////////////////////////// |