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_ARGB_STRUCT< T > Struct Template Reference

#include <fx_dib.h>

Collaboration diagram for FX_ARGB_STRUCT< T >:

Public Attributes

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

Detailed Description

template<typename T>
struct FX_ARGB_STRUCT< T >

Definition at line 60 of file fx_dib.h.

Member Data Documentation

◆ alpha

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

Definition at line 61 of file fx_dib.h.

◆ blue

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

Definition at line 64 of file fx_dib.h.

◆ green

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

Definition at line 63 of file fx_dib.h.

◆ red

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

Definition at line 62 of file fx_dib.h.


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