|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Functions | |
| vector | color_hslimage (vector v, vector margin) |
| vector | hslimage_color (vector v, vector margin) |
| entity | makeXonoticColorpicker (entity theTextbox) |
| void | XonoticColorpicker_configureXonoticColorpicker (entity me, entity theTextbox) |
| void | XonoticColorpicker_draw (entity me) |
| void | XonoticColorpicker_focusLeave (entity me) |
| float | XonoticColorpicker_keyDown (entity me, float key, float ascii, float shift) |
| float | XonoticColorpicker_mouseDrag (entity me, vector coords) |
| float | XonoticColorpicker_mouseRelease (entity me, vector coords) |
Definition at line 40 of file colorpicker.qc.
References rgb_to_hsl(), and vector.
Referenced by XonoticColorpicker::draw(), and XonoticColorpickerString_loadCvars().
Definition at line 24 of file colorpicker.qc.
References eX, eY, eZ, hsl_to_rgb(), and vector.
Referenced by XonoticColorpicker::draw(), XonoticColorpicker_mouseDrag(), and XonoticColorpickerString_saveCvars().
Definition at line 5 of file colorpicker.qc.
Referenced by XonoticColorpicker::draw(), XonoticFirstRunDialog_fill(), and XonoticProfileTab_fill().
Definition at line 12 of file colorpicker.qc.
References entity().
Definition at line 108 of file colorpicker.qc.
References bound(), cvar(), draw_Picture(), entity(), strcat(), and SUPER.
Definition at line 100 of file colorpicker.qc.
References entity().
Definition at line 104 of file colorpicker.qc.
References entity().
Definition at line 59 of file colorpicker.qc.
References checkColorCode(), entity(), hslimage_color(), isCaretEscaped(), rgb_to_hexcolor(), strcat(), strlen, substring(), and vector.
Definition at line 93 of file colorpicker.qc.
References entity(), m_play_click_sound(), MENU_SOUND_SLIDE, and vector.