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

Method gradient_release

StereoKit/Native/NativeAPI.cs:122–122  ·  view source on GitHub ↗
(IntPtr gradient)

Source from the content-addressed store, hash-verified

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 ///////////////////////////////////////////
125

Callers 1

GradientClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected