| 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); |