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

Method gradient_get32

StereoKit/Native/NativeAPI.cs:121–121  ·  view source on GitHub ↗
(IntPtr gradient, float at)

Source from the content-addressed store, hash-verified

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

Callers 1

Get32Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected