Question 4

Consider the triangle given in this tutorial and the colors used at the vertices 1, 2 and 3. Suppose the distance between point 4 and vertex 1 is 0.4 of the total distance between vertices 1 and 3. The computed RGB values for point 4's color are

  1. R = 0.6, G = 0.0, B = 0.4
  2. R = 0.4, G = 0.0, B = 0.6
  3. R = 0.6, G = 0.0, B = 0.6
  4. R = 0.6, G = 1.0, B = 0.4