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

Method color_hsv

StereoKit/Native/NativeAPI.cs:107–107  ·  view source on GitHub ↗
(float hue, float saturation, float value, float transparency)

Source from the content-addressed store, hash-verified

105 ///////////////////////////////////////////
106
107 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Color color_hsv (float hue, float saturation, float value, float transparency);
108 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Vec3 color_to_hsv(in Color color);
109 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Color color_lab (float l, float a, float b, float transparency);
110 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Vec3 color_to_lab(in Color color);

Callers 1

HSVMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected