Screen Alpha Blending Modes
Types of available alpha blending modes.
Synopsis:
#include <screen/screen.h>
enum { SCREEN_NON_PRE_MULTIPLIED_ALPHA = 0 SCREEN_PRE_MULTIPLIED_ALPHA = 1 };
Since:
BlackBerry 10.0.0
Data:
Library:
libscreen (For the qcc command, use the -l screen option to link against this library)Description:
This enumeration is used when setting the SCREEN_PROPERTY_ALPHA_MODE property.
Last modified: 2014-05-14