C

QUL_PLATFORM_RESOURCE_RLE_PREMULTIPLIED_ALPHA

Note: Board defaults can be set using QmlProject in the BoardDefaults.qmlprojectconfig files. See Defining default variables for the platform and QmlProject Manual.

Whether to use PixelFormat_RLE_ARGB32_Premultiplied

Description

This property can be set to:

  • "On" (default): Use premultiplied alpha for RLE images with transparency. Will use PixelFormat_RLE_ARGB32_Premultiplied.
  • "Off": Don't use premultiplied alpha for RLE images with transparency. Will use PixelFormat_RLE_ARGB32.

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 2.1.

Available under certain Qt licenses.
Find out more.