| 739 | [return: MarshalAs(UnmanagedType.Bool)] |
| 740 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool ui_grab_aura_enabled (); |
| 741 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_push_text_style (TextStyle style); |
| 742 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_pop_text_style (); |
| 743 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern TextStyle ui_get_text_style (); |
| 744 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_push_tint (Color tint_gamma); |