Spread Property
Used to define the appearance of the brush beyond the extent of the brush colors or the logical start and end of the specific brush.
Pad
Any space before the start or end of the brush colors will be filled with the colors specified as the first and last colors respectively.
Thus, in the example below, where red does not start until 20% of the was across the gradient, the first 20% will be colored red. Similarly, the 20% after blue will be colored blue.
Define_Com Class(#Prim_Vs.LinearBrush) Name(#LinearBrush) Colors(#LinearBrushColors)
Define_Com Class(#Prim_Vs.BrushColors) Name(#LinearBrushColors)
Define_Com Class(#Prim_Vs.BrushColor) Name(#LinearBrushColor1) At(20) Color(Red) Parent(#LinearBrushColors)
Define_Com Class(#Prim_Vs.BrushColor) Name(#LinearBrushColor2) At(80) Color(Blue) Parent(#LinearBrushColors)
Reflect
Any space before the start or end of the brush colors will be filled with a reflection of the brush.
Repeat
Any space before the start or end of the brush colors will be filled with a repeat of the brush.