XenevaOS
Loading...
Searching...
No Matches
traygraphics.h
Go to the documentation of this file.
1
30#ifndef __TRAY_GRAPHICS_H__
31#define __TRAY_GRAPHICS_H__
32
33#include <chitralekha.h>
34#include <stdint.h>
35#include <widgets/icon.h>
36#include <widgets/window.h>
37
38/*
39 * TrayDrawIconColorReplace -- replaces a color with new one
40 * @param canv -- Pointer to canvas
41 * @param ico -- Pointer to icon data
42 * @param x -- X location to draw
43 * @param y -- Y location to draw
44 * @param searchColor -- color to replace
45 * @param replaceColor -- color to replace with
46 */
47void TrayDrawIconColorReplace(ChCanvas* canv, ChIcon* ico, int x, int y, uint32_t searchColor,
48 uint32_t replaceColor);
49
50
52#endif
unsigned int uint32_t
Definition acefiex.h:163
ChWindow * win
Definition namdapha.cpp:45
Definition chitralekha.h:43
Definition window.h:90
Definition icon.h:52
void SoundWindowPainter(ChWindow *win)
Definition traygraphics.cpp:86
void TrayDrawIconColorReplace(ChCanvas *canv, ChIcon *ico, int x, int y, uint32_t searchColor, uint32_t replaceColor)
Definition traygraphics.cpp:44