uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiVg10Gc.h
branchRCL_3
changeset 3 d8a3531bc6b8
parent 0 15bf7259bb7c
child 6 10534483575f
equal deleted inserted replaced
0:15bf7259bb7c 3:d8a3531bc6b8
   147      * @param aColor   Color of dimming.
   147      * @param aColor   Color of dimming.
   148      * @param aAmount  Amout of dimming (0...1).
   148      * @param aAmount  Amout of dimming (0...1).
   149      */
   149      */
   150     void SetDimmingFog(const TRgb& aColor, TReal32 aAmount) __SOFTFP;
   150     void SetDimmingFog(const TRgb& aColor, TReal32 aAmount) __SOFTFP;
   151 
   151 
       
   152     /**
       
   153      * Clear rect using the current pen color
       
   154      */
       
   155     void Clear(const TRect& aRect);
       
   156     
   152     /**
   157     /**
   153      * Clear using the current pen color.
   158      * Clear using the current pen color.
   154      */
   159      */
   155     void Clear();
   160     void Clear();
   156 
   161 
   551     /** A path for drawing ellipses */
   556     /** A path for drawing ellipses */
   552     VGPath iEllipsePath;
   557     VGPath iEllipsePath;
   553     
   558     
   554     /** Default fill and stroke paint */
   559     /** Default fill and stroke paint */
   555 	VGPaint iPaint;
   560 	VGPaint iPaint;
   556 
   561 	TUint32 iPaintColor;
       
   562 	
   557     /** Gradient fill paint */
   563     /** Gradient fill paint */
   558     VGPaint iGradientPaint;
   564     VGPaint iGradientPaint;
   559     
   565     
   560     /** The current blend mode */
   566     /** The current blend mode */
   561     VGBlendMode iBlendMode;
   567     VGBlendMode iBlendMode;