Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
FX_ABGR_STRUCT< T > Struct Template Reference

#include <fx_dib.h>

Collaboration diagram for FX_ABGR_STRUCT< T >:

Public Attributes

alpha = 0
blue = 0
green = 0
red = 0

Detailed Description

template<typename T>
struct FX_ABGR_STRUCT< T >

Definition at line 68 of file fx_dib.h.

Member Data Documentation

◆ alpha

template<typename T>
T FX_ABGR_STRUCT< T >::alpha = 0

Definition at line 69 of file fx_dib.h.

◆ blue

template<typename T>
T FX_ABGR_STRUCT< T >::blue = 0

Definition at line 70 of file fx_dib.h.

◆ green

template<typename T>
T FX_ABGR_STRUCT< T >::green = 0

Definition at line 71 of file fx_dib.h.

◆ red

template<typename T>
T FX_ABGR_STRUCT< T >::red = 0

Definition at line 72 of file fx_dib.h.


The documentation for this struct was generated from the following file: