class TDisplayModeUtils |
A set of static utility functions to get information about a display mode.
Public Member Functions | |
---|---|
IMPORT_C TBool | IsDisplayModeColor ( TDisplayMode ) |
IMPORT_C TBool | IsDisplayModeValid ( TDisplayMode ) |
IMPORT_C TInt | NumDisplayModeBitsPerPixel ( TDisplayMode ) |
IMPORT_C TInt | NumDisplayModeColors ( TDisplayMode ) |
IMPORT_C TBool | IsDisplayModeColor | ( | TDisplayMode | aDispMode | ) | [static] |
Tests whether the display mode specified is colour or greyscale.
TDisplayMode aDispMode | The display mode. |
IMPORT_C TBool | IsDisplayModeValid | ( | TDisplayMode | aDispMode | ) | [static] |
Tests whether the display mode specified is one of the valid values.
TDisplayMode aDispMode | The display mode to be tested. |
IMPORT_C TInt | NumDisplayModeBitsPerPixel | ( | TDisplayMode | aDispMode | ) | [static] |
Gets the number of bits required by each pixel when displayed in the specified display mode.
TDisplayMode aDispMode | The display mode. |
IMPORT_C TInt | NumDisplayModeColors | ( | TDisplayMode | aDispMode | ) | [static] |
Gets the number of colours or shades of grey supported by the specified display mode.
For instance, a display mode of EGray4 returns 4, EColor4K returns 4096.
TDisplayMode aDispMode | The display mode. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.