Method | Description | |
---|---|---|
CalculateLinearGradientVxs ( float x1, float y1, float x2, float y2, PixelFarm c1, PixelFarm c2 ) : ArrayList |
||
CalculateLinearGradientVxs2 ( float x1, float y1, float x2, float y2, PixelFarm c1, PixelFarm c2, float &v2f, float &colors ) : void |
Method | Description | |
---|---|---|
AddRect ( ArrayList |
||
AddRect2 ( ArrayList |
||
AddVertext ( ArrayList |
public static CalculateLinearGradientVxs ( float x1, float y1, float x2, float y2, PixelFarm c1, PixelFarm c2 ) : ArrayList |
||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
c1 | PixelFarm | |
c2 | PixelFarm | |
return | ArrayList |
public static CalculateLinearGradientVxs2 ( float x1, float y1, float x2, float y2, PixelFarm c1, PixelFarm c2, float &v2f, float &colors ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
c1 | PixelFarm | |
c2 | PixelFarm | |
v2f | float | |
colors | float | |
return | void |