C
QUL_PLATFORM_RESOURCE_ALPHA_OPTIONS
Note: Board defaults can be set using QmlProject
in the BoardDefaults.qmlprojectconfig
files. See Defining default variables for the platform and QmlProject Manual.
When to use ARGB32_Premultiplied
Description
This property can be set to:
- "Never": Never use ARGB32_Premultiplied.
- "Always": Always use ARGB32_Premultiplied instead ARGB32.
- "ForTransformations" (default): Use
ARGB32_Premultiplied
insteadARGB32
when QUL_RESOURCE_OPTIMIZE_FOR_SCALE or QUL_RESOURCE_OPTIMIZE_FOR_ROTATION is also set.
Note: This is an internal platform-specific property.
Note: Source file properties must be set before adding files to the application using the qul_add_resource
function.
Since
This property was introduced in Qt Quick Ultralite 1.1.
Available under certain Qt licenses.
Find out more.