SWF RGB (swf_rgb)

SWF Structure Info
Tag Flash Version: 
1
SWF Structure: 
struct swf_rgb {
	unsigned char		f_red;
	unsigned char		f_green;
	unsigned char		f_blue;
};

Each color component is a value from 0 (no intensity) to 255 (full intensity).