In 3D graphics rendering, computing the rate of change of RGB color values between the points of each triangle (vertices) so that the triangles can be filled with color properly in the rasterization stage. In the 3D world, each object is represented as a collection of triangles. See
graphics pipeline and
graphics accelerator.