Home | History | Annotate | Download | only in effects

Lines Matching refs:colors

23         /** By default gradients will interpolate their colors in unpremul space
25 * gradients will premultiply their colors first, and then interpolate
38 @param colors The array[count] of colors, to be distributed between the two points
40 each corresponding color in the colors array. If this is NULL,
41 the the colors are distributed evenly between the start and end point.
44 @param count Must be >=2. The number of colors (and pos if not NULL) entries.
46 @param mapper May be NULL. Callback to modify the spread of the colors.
49 const SkColor colors[], const SkScalar pos[], int count,
61 @param colors The array[count] of colors, to be distributed between the center and edge of the circle
63 each corresponding color in the colors array. If this is NULL,
64 the the colors are distributed evenly between the center and edge of the circle.
67 @param count Must be >= 2. The number of colors (and pos if not NULL) entries
69 @param mapper May be NULL. Callback to modify the spread of the colors.
72 const SkColor colors[], const SkScalar pos[], int count,
87 @param colors The array[count] of colors, to be distributed between the center and edge of the circle
89 each corresponding color in the colors array. If this is NULL,
90 the the colors are distributed evenly between the center and edge of the circle.
93 @param count Must be >= 2. The number of colors (and pos if not NULL) entries
95 @param mapper May be NULL. Callback to modify the spread of the colors.
101 const SkColor colors[],
117 const SkColor colors[],
130 @param colors The array[count] of colors, to be distributed around the center.
132 each corresponding color in the colors array. If this is NULL,
133 the the colors are distributed evenly between the center and edge of the circle.
136 @param count Must be >= 2. The number of colors (and pos if not NULL) entries
137 @param mapper May be NULL. Callback to modify the spread of the colors.
140 const SkColor colors[], const SkScalar pos[],