Bunow Posted October 24, 2014 Share Posted October 24, 2014 I want to change the color of the text for a charcater but i don't no how to use use the Vector 3 color code.Normaly, a RGB color code look like this : (121, 248, 248)But i find out codes who looks like this : (133/255, 140/255, 167/255) the numers are divided by 255.I just don't understand i a found nothing on internet.Somone help please! Link to comment https://forums.kleientertainment.com/forums/topic/42767-help-with-vector3-color-code/ Share on other sites More sharing options...
Heavenfall Posted October 24, 2014 Share Posted October 24, 2014 It's just out of possible values. Vector3(255/255, 255/255, 255/255) is white Vector3(0/255, 0/255, 0/255) is black Vector3(255/255, 0/255, 0/255) is red Link to comment https://forums.kleientertainment.com/forums/topic/42767-help-with-vector3-color-code/#findComment-556780 Share on other sites More sharing options...
TwoDees Posted October 24, 2014 Share Posted October 24, 2014 I want to change the color of the text for a charcater but i don't no how to use use the Vector 3 color code.Normaly, a RGB color code look like this : (121, 248, 248)But i find out codes who looks like this : (133/255, 140/255, 167/255) the numers are divided by 255.I just don't understand i a found nothing on internet.Somone help please! Just put (121, 248, 248) into this (121/255, 248/255, 248/255) Link to comment https://forums.kleientertainment.com/forums/topic/42767-help-with-vector3-color-code/#findComment-556819 Share on other sites More sharing options...
Bunow Posted October 25, 2014 Author Share Posted October 25, 2014 Ok! thank you so much!Ok! thank you so much! Link to comment https://forums.kleientertainment.com/forums/topic/42767-help-with-vector3-color-code/#findComment-557161 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now