Lines Matching full:line
41 /** Create a shader that draws a linear gradient along a line.
42 @param x0 The x-coordinate for the start of the gradient line
43 @param y0 The y-coordinate for the start of the gradient line
44 @param x1 The x-coordinate for the end of the gradient line
45 @param y1 The y-coordinate for the end of the gradient line
46 @param colors The colors to be distributed along the gradient line
49 the the colors are distributed evenly along the gradient line.
73 /** Create a shader that draws a linear gradient along a line.
74 @param x0 The x-coordinate for the start of the gradient line
75 @param y0 The y-coordinate for the start of the gradient line
76 @param x1 The x-coordinate for the end of the gradient line
77 @param y1 The y-coordinate for the end of the gradient line
78 @param color0 The color at the start of the gradient line.
79 @param color1 The color at the end of the gradient line.