C

QUL_PLATFORM_DEFAULT_RESOURCE_PIXEL_FORMAT_ALPHA

The default pixel format to be used for transparent image assets.

Description

When compiling image assets the resource compiler will use the format specified in this variable if no format is specified otherwise.

This variable is set in BoardDefaults.cmake. See the Qt Quick Ultralite Platform Porting Guide for more information.

Supported values of this variable are

  • ARGB8888
  • ARGB4444

Since

This variable was introduced in Qt Quick Ultralite 2.0.

See also Getting Started with CMake.

Available under certain Qt licenses.
Find out more.