rgb               741 src/blocks/fromswf.c 		if(alpha) rgba((BITS) tp); else rgb((BITS) tp);
rgb               772 src/blocks/fromswf.c 		if(lev >= 3) rgba((BITS) tp); else rgb((BITS) tp);
rgb               878 src/blocks/fromswf.c 	if(lev >= 3) rgba((BITS) tp); else rgb((BITS) tp);
rgb              1040 src/blocks/fromswf.c 				else rgb((BITS) tp);
rgb              1637 util/outputscript.c   params (3,"0x%02x", sblock->rgb.red,
rgb              1638 util/outputscript.c 	    "0x%02x", sblock->rgb.green,
rgb              1639 util/outputscript.c 	    "0x%02x", sblock->rgb.blue);
rgb               154 util/outputtxt.c   _iprintf ("%2x,", rgb->red);
rgb               155 util/outputtxt.c   _iprintf ("%2x,", rgb->green);
rgb               156 util/outputtxt.c   _iprintf ("%2x,", rgb->blue);
rgb               157 util/outputtxt.c   _iprintf ("%2x)\n", rgb->alpha);
rgb              1911 util/outputtxt.c   outputSWF_RGBA (&sblock->rgb, "");
rgb                57 util/parser.c    rgb->red = readUInt8 (f);
rgb                58 util/parser.c    rgb->green = readUInt8 (f);
rgb                59 util/parser.c    rgb->blue = readUInt8 (f);
rgb                60 util/parser.c    rgb->alpha = 255;
rgb                66 util/parser.c    rgb->red = readUInt8 (f);
rgb                67 util/parser.c    rgb->green = readUInt8 (f);
rgb                68 util/parser.c    rgb->blue = readUInt8 (f);
rgb                69 util/parser.c    rgb->alpha = readUInt8 (f);
rgb              2713 util/parser.c    parseSWF_RGB (f, &parserrec->rgb);
rgb              1627 util/swftypes.h   SWF_RGBA rgb;