Jump to content
Sign in to follow this  
tambovskya

GUIEditor: Color Question.

Recommended Posts

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

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 by Lifted86

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×