C
MCU.Config.platformAlphaPixelFormat
Description
Use this property to choose a default pixel format for the transparent image assets. It can be set to either "ARGB8888" or "ARGB4444". The default value for this is, "ARGB8888".
Note: This property must be set in BoardDefaults.qmlproject. See the Qt Quick Ultralite Platform Porting Guide for more information.
Usage
MCU.Config {
platformAlphaPixelFormat: "ARGB8888"
}Since
This property was introduced in QmlProject API 1.3 .
See also QUL_PLATFORM_DEFAULT_RESOURCE_PIXEL_FORMAT_ALPHA.
Available under certain Qt licenses.
Find out more.