Xonotic
|
#include "string.qh"
Go to the source code of this file.
Macros | |
#define | colormapPaletteColor(c, isPants) colormapPaletteColor_(c, isPants, time) |
Functions | |
ERASEABLE vector | colormapPaletteColor_ (int c, bool isPants, float t) |
ERASEABLE vector | hsl_to_rgb (vector hsl) |
ERASEABLE vector | hsv_to_rgb (vector hsv) |
ERASEABLE vector | hue_mi_ma_to_rgb (float hue, float mi, float ma) |
ERASEABLE float | rgb_mi_ma_to_hue (vector rgb, float mi, float ma) |
ERASEABLE string | rgb_to_hexcolor (vector rgb) |
ERASEABLE vector | rgb_to_hsl (vector rgb) |
ERASEABLE vector | rgb_to_hsv (vector rgb) |
#define colormapPaletteColor | ( | c, | |
isPants | |||
) | colormapPaletteColor_(c, isPants, time) |
Definition at line 5 of file color.qh.
Referenced by CSQCPlayer_ModelAppearance_Apply(), ctf_DelayedFlagSetup(), dompoint_captured(), draw_teamradar_link(), HUD_Main(), kh_Key_AssignTo(), NET_HANDLE(), ons_ControlPoint_UpdateSprite(), ons_Generator_UpdateSprite(), Scoreboard_GetName(), STATIC_INIT(), XonoticColorButton_draw(), and XonoticPlayerList_drawListBoxItem().
Definition at line 167 of file color.qh.
References ERASEABLE, and hue_mi_ma_to_rgb().
Referenced by GenericCommand(), and hslimage_color().
Definition at line 141 of file color.qh.
References ERASEABLE, and hue_mi_ma_to_rgb().
Definition at line 68 of file color.qh.
References ERASEABLE, floor(), and vector().
Referenced by hsl_to_rgb(), and hsv_to_rgb().
Definition at line 46 of file color.qh.
References ERASEABLE.
Referenced by rgb_to_hsl(), and rgb_to_hsv().
Definition at line 183 of file color.qh.
References DEC_TO_HEXDIGIT, floor(), and strcat().
Referenced by BUFF_NAME(), GenericCommand(), getDemos_for_ext(), getScreenshots_for_ext(), and XonoticColorpicker_mouseDrag().
Definition at line 147 of file color.qh.
References ERASEABLE, max(), min(), rgb_mi_ma_to_hue(), and vector().
Referenced by color_hslimage().
Definition at line 123 of file color.qh.
References ERASEABLE, max(), min(), rgb_mi_ma_to_hue(), and vector().