Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
U_BLEND Struct Reference

U_EMRALPHABLEND Blend field. More...

#include <uemf.h>

Public Attributes

uint8_t Operation
 Must be 0.
 
uint8_t Flags
 Must be 0.
 
uint8_t Global
 Alpha for whole thing if Op is U_AC_SRC_GLOBAL (AKA U_AC_SRC_GLOBAL)
 
uint8_t Op
 Blend Enumeration.
 

Detailed Description

U_EMRALPHABLEND Blend field.

EMF Manual 2.3.1.1, Microsoft name: BLENDFUNCTION field of EMR_ALPHABLEND record.

Definition at line 2057 of file uemf.h.

Member Data Documentation

◆ Flags

uint8_t U_BLEND::Flags

Must be 0.

Definition at line 2059 of file uemf.h.

◆ Global

uint8_t U_BLEND::Global

Alpha for whole thing if Op is U_AC_SRC_GLOBAL (AKA U_AC_SRC_GLOBAL)

Definition at line 2060 of file uemf.h.

◆ Op

uint8_t U_BLEND::Op

Blend Enumeration.

Definition at line 2061 of file uemf.h.

◆ Operation

uint8_t U_BLEND::Operation

Must be 0.

Definition at line 2058 of file uemf.h.


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