Subversion Repositories Kolibri OS

Rev

Rev 6176 | Rev 6271 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6176 Rev 6266
Line 2... Line 2...
2
#define INCLUDE_RGB_H
2
#define INCLUDE_RGB_H
3
#print "[include ]\n"
3
#print "[include ]\n"
Line 4... Line 4...
4
 
4
 
5
struct _rgb
5
struct _rgb
6
{
6
{
7
	byte r,g,b;
7
	byte b,g,r;
8
	void DwordToRgb();
8
	void DwordToRgb();
9
	dword RgbToDword();
9
	dword RgbToDword();
Line 10... Line 10...
10
} rgb;
10
} rgb;