Types of scaling qualities.
#include <screen/screen.h>
enumĀ {
SCREEN_QUALITY_NORMAL = 0
SCREEN_QUALITY_FASTEST = 1
SCREEN_QUALITY_NICEST = 2
};
BlackBerry 10.0.0
Each enumerator specifies the suggested amount of filtering to be performed by the windowing system when scaling is required to draw the window. This amount of filtering is not a constant quantity; it is specified relative to each of the other possible scale qualities.
This enumeration is used when setting the SCREEN_BLIT_SCALE_QUALITY property.