Quantcast
Channel: Made to Order Software Corporation - matrix
Viewing all articles
Browse latest Browse all 21

SWF Gradient Record (swf_gradient_record)

$
0
0
SWF Structure Info
Tag Flash Version: 
3
SWF Structure: 
struct swf_gradient_record {
	if(f_tag == DefineMorphShape || f_tag == DefineMorphShape2) {
		unsigned char	f_position;swf_rgba	f_rgba;
		unsigned char	f_position_morph;swf_rgba	f_rgba_morph;
	}
	else if(f_tag == DefineShape3 || f_tag == DefineShape4) {
		unsigned char	f_position;swf_rgba	f_rgba;
	}
	else {
		unsigned char	f_position;swf_rgb		f_rgb;
	}
};

The first record position should be 0 and the last 255. The intermediate should use the corresponding value depending on their position in the gradient effect.

read more


Viewing all articles
Browse latest Browse all 21

Trending Articles