Question 5

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

  1. R = 0.0, G = 0.2, B = 0.2
  2. R = 0.0, G = 0.2, B = 0.8
  3. R = 0.0, G = 0.8, B = 0.2
  4. R = 0.0, G = 0.8, B = 0.8