tambovskya 1 Posted March 20, 2013 Hello, I can't seem to understand how the colors work when making a gui. If anyone could help me out, that would be great. Thank you. Share this post Link to post Share on other sites
lifted86 10 Posted March 20, 2013 (edited) colorText[] = {0, 0, 0, 0}; //{red, green, blue, alpha} Values are between 0-1 eg. LIGHTBROWN { 0.776, 0.749, 0.658, 1 } WHITE { 1, 1, 1, 1 } BLACK_HALF_TRANSPARENT { 0, 0, 0, 0.5 } TRANSPARENT { 0, 0, 0, 0 } Handy Link Edited March 20, 2013 by Lifted86 Share this post Link to post Share on other sites