U
U
Uncle Bogdan2021-06-30 12:27:31
Unity
Uncle Bogdan, 2021-06-30 12:27:31

How to get Hexadecimal from color?

Here it to receive in the code?

60dc38f679929191474784.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GFX Data, 2021-06-30
@ShockWave2048

var hex = ColorUtility.ToHtmlStringRGB(Color.blue); 
Debug.Log(hex); // 0000FF

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question