Inheritance diagram for XFcPrimitiveDrawRadialGradientFiller:
Public Member Functions | |
virtual XFCIMPORT | ~XFcPrimitiveDrawRadialGradientFiller () |
Virtual destructor. | |
virtual XFCIMPORT void | setGradientBase (XFcVector2 &aCenter, XFcVector2 &aFocalPoint, REAL aRadius) |
Sets the base values for the gradient. | |
virtual XFCIMPORT void | fill (INT32 aXStart, INT32 aXEnd, INT32 aY, UINT32 *aScanline) |
Static Public Member Functions | |
XFCIMPORT XFcPrimitiveDrawRadialGradientFiller * | create (XFcVector2 &aCenter, XFcVector2 &aFocalPoint, REAL aRadius) |
Creates a radial gradient that has its center in aCenter, focal point in aFocalPoint and radius of aRadius. | |
Protected Member Functions | |
XFcPrimitiveDrawRadialGradientFiller () | |
Protected constructor. | |
Protected Attributes | |
XFcVector2 | mCenter |
XFcVector2 | mFocalPoint |
REAL | mRadius |
|
Virtual destructor.
|
|
Protected constructor.
|
|
Creates a radial gradient that has its center in aCenter, focal point in aFocalPoint and radius of aRadius.
|
|
Fills aLength PREMULA8R8G8B8 pixels to a scanline. param aXStart the starting position on the scanline param aXEnd the ending position on the scanline param aY the y position of the scanline param aScanline the start of the scanline Implements XFcPrimitiveDrawFiller. |
|
Sets the base values for the gradient.
|
|
|
|
|
|
|
![]() | ||||
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch |