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

Method ui_get_theme_color

StereoKit/Native/NativeAPI.cs:729–729  ·  view source on GitHub ↗
(UIColor color_type)

Source from the content-addressed store, hash-verified

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);
731 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Color ui_get_theme_color_state(UIColor color_type, UIColorState state);
732 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_set_element_visual (UIVisual element_visual, IntPtr mesh, IntPtr material, Vec2 min_size);

Callers 1

GetThemeColorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected