Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
Blend_RGB32_on_RGB32_ConstAlpha Struct Reference
+ Collaboration diagram for Blend_RGB32_on_RGB32_ConstAlpha:

Public Member Functions

 Blend_RGB32_on_RGB32_ConstAlpha (quint32 alpha)
 
void write (quint32 *dst, quint32 src)
 
void flush (void *)
 

Public Attributes

quint32 m_alpha
 
quint32 m_ialpha
 

Detailed Description

Definition at line 372 of file qblendfunctions.cpp.

Constructor & Destructor Documentation

◆ Blend_RGB32_on_RGB32_ConstAlpha()

Blend_RGB32_on_RGB32_ConstAlpha::Blend_RGB32_on_RGB32_ConstAlpha ( quint32 alpha)
inline

Definition at line 373 of file qblendfunctions.cpp.

References m_alpha, and m_ialpha.

Member Function Documentation

◆ flush()

void Blend_RGB32_on_RGB32_ConstAlpha::flush ( void * )
inline

Definition at line 382 of file qblendfunctions.cpp.

◆ write()

void Blend_RGB32_on_RGB32_ConstAlpha::write ( quint32 * dst,
quint32 src )
inline

Definition at line 378 of file qblendfunctions.cpp.

References INTERPOLATE_PIXEL_255(), m_alpha, and m_ialpha.

+ Here is the call graph for this function:

Member Data Documentation

◆ m_alpha

quint32 Blend_RGB32_on_RGB32_ConstAlpha::m_alpha

Definition at line 384 of file qblendfunctions.cpp.

Referenced by Blend_RGB32_on_RGB32_ConstAlpha(), and write().

◆ m_ialpha

quint32 Blend_RGB32_on_RGB32_ConstAlpha::m_ialpha

Definition at line 385 of file qblendfunctions.cpp.

Referenced by Blend_RGB32_on_RGB32_ConstAlpha(), and write().


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