jiangwei221 / csc305-labs

UVic CSC 305, 2019 Spring
3 stars 4 forks source link

RGB value range from 0.0 to 1.0 #4

Open jiangwei221 opened 5 years ago

jiangwei221 commented 5 years ago

according to the documentation:https://docs.unity3d.com/ScriptReference/Color.html Each color component is a floating point value with a range from 0 to 1.

In lab 1, I said the maximum value is 255, which is wrong, sorry about that!