Question 6

Consider the triangle given in this tutorial and the colors used at the vertices 1, 2 and 3. Suppose the distance between point 6 and point 4 is 0.3 of the total distance between points 4 and 5. Suppose also the computed RGB values for points 4 and 5 are, respectively, (0.4, 0.0, 0.6) and (0.0, 0.4, 0.6). Using these numbers, the computed RGB values for point 6 are

  1. R = 0.12, G = 0.12, B = 0.18
  2. R = 0.12, G = 0.28, B = 0.60
  3. R = 0.28, G = 0.12, B = 0.60
  4. R = 0.28, G = 0.12, B = 0.42