Method Image.Image()->skewy_expand()
- Method
skewy
 Method skewy_expand
 
- objectskewy(- int- y)
 - objectskewy(- float- xfactor)
 - objectskewy(- int- y,- int- r,- int- g,- int- b)
 - objectskewy(- float- xfactor,- int- r,- int- g,- int- b)
 - objectskewy_expand(- int- y)
 - objectskewy_expand(- float- xfactor)
 - objectskewy_expand(- int- y,- int- r,- int- g,- int- b)
 - objectskewy_expand(- float- xfactor,- int- r,- int- g,- int- b)
- Description
- 
Skews an image an amount of pixels or a factor; a skew-y is a transformation:    original ->skewy(15,255,0,0); ->skewy_expand(15); The "expand" variant of functions stretches the image border pixels rather then filling with the given or current color. 
- Parameter y
- the number of pixels 
- Parameter xfactor
- best described as: t=xfactor*this->xsize() 
- Parameter r
- Parameter g
- Parameter b
- color to fill with; default is current 
- Returns
- 
the new image object