Enum GradientSpreadMethod
Represents possible spreading methods for gradient color outside of the coordinates vector
public enum GradientSpreadMethod
Fields
NONE = 3
No coloring outside of the coordinates vector
PAD = 0
Pad the corner colors to fill the necessary area
REFLECT = 1
Reflect the coloring to fill the necessary area
REPEAT = 2
Repeat the coloring to fill the necessary area