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

Method ui_set_color

StereoKit/Native/NativeAPI.cs:727–727  ·  view source on GitHub ↗
(Color color)

Source from the content-addressed store, hash-verified

725 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_settings (UISettings settings);
726 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern UISettings ui_get_settings ();
727 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_set_color (Color color);
728 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_set_theme_color (UIColor color_type, Color color_gamma);
729 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Color ui_get_theme_color (UIColor color_type);
730 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_set_theme_color_state(UIColor color_type, UIColorState state, Color color_gamma);

Callers 1

UIClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected