MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / gradient_remove

Method gradient_remove

StereoKit/Native/NativeAPI.cs:118–118  ·  view source on GitHub ↗
(IntPtr gradient, int index)

Source from the content-addressed store, hash-verified

116 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void gradient_add (IntPtr gradient, Color color, float position);
117 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void gradient_set (IntPtr gradient, int index, Color color, float position);
118 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void gradient_remove (IntPtr gradient, int index);
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);

Callers 1

RemoveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected