This page was last modified 11:17, 17 October 2007.
KIS000762 - SetAlpha does not have any effect with nullpen in the Nokia N93
From Forum Nokia Wiki
| ID | KIS000762 | Creation date | October 17, 2007 |
| Platform | S60 3rd Edition | Devices | Nokia N93 |
| Category | Symbian C++ | Subcategory | Graphics |
Overview
SetAlpha does not have any effect when it is used with penstyle - ENullPen.
Description
SetAlpha is used to set the transparency factor. However, the color's alpha information is not drawn when it is used with SetPenStyle - ENullPen in the Nokia N93.
How to reproduce
The following code snippet can be used to reproduce this
TRgb col2 = KRgbYellow; col2.SetAlpha(75); gc.SetBrushColor(col2); gc.SetPenStyle(CGraphicsContext::ENullPen); gc.SetBrushStyle(CGraphicsContext::ESolidBrush); gc.DrawRect(rect);
Solution
No known solution.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BUGS?! Identified Video/Audio recording problems on N93 | arikr7 | Mobile Java Media (Graphics & Sounds) | 5 | 2007-03-19 19:55 |
| sysinfo.sw_version() incompatible with N80 ? | cyke64 | Python | 5 | 2008-04-27 20:11 |
| launching wap browser with URL | mtg101 | General Symbian C++ | 28 | 2008-07-01 16:01 |
| N73 JSR-226 (SVG) support | peterblazejewicz | Developer Resources Feedback (Documentation, Examples, Training) | 6 | 2006-08-17 00:44 |
| Product Oriented Mobile Web Server Available | jhnwkmn | Mobile Web Server | 12 | 2007-06-25 07:51 |

