x


color in textmesh

Hello frndz...

How can I generate custom color for my text mesh with (r,g,b,a) co-ordinates??? please help!!

more ▼

asked Oct 01 '11 at 09:29 AM

Dhruvil gravatar image

Dhruvil
1 12 13 13

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

You can write the script to do that.

guiText.material.color = Color (0.0 , 0.0 ,0.0 ,1.0); // Color (r,b,g,a)

Cheers!!! ^^

more ▼

answered Oct 01 '11 at 09:52 AM

henry96 gravatar image

henry96
597 16 20 23

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x4375
x884
x526

asked: Oct 01 '11 at 09:29 AM

Seen: 962 times

Last Updated: Oct 01 '11 at 09:53 AM