ReactOS 0.4.15-dev-7918-g2a2556c
FormatConverter Struct Reference
Collaboration diagram for FormatConverter:

Public Attributes

IWICFormatConverter IWICFormatConverter_iface
 
LONG ref
 
IWICBitmapSourcesource
 
const struct pixelformatinfodst_format
 
const struct pixelformatinfosrc_format
 
WICBitmapDitherType dither
 
double alpha_threshold
 
IWICPalettepalette
 
CRITICAL_SECTION lock
 

Detailed Description

Definition at line 76 of file converter.c.

Member Data Documentation

◆ alpha_threshold

double FormatConverter::alpha_threshold

Definition at line 82 of file converter.c.

◆ dither

WICBitmapDitherType FormatConverter::dither

Definition at line 81 of file converter.c.

◆ dst_format

const struct pixelformatinfo* FormatConverter::dst_format

Definition at line 80 of file converter.c.

◆ IWICFormatConverter_iface

IWICFormatConverter FormatConverter::IWICFormatConverter_iface

Definition at line 77 of file converter.c.

◆ lock

CRITICAL_SECTION FormatConverter::lock

Definition at line 84 of file converter.c.

◆ palette

IWICPalette* FormatConverter::palette

Definition at line 83 of file converter.c.

◆ ref

LONG FormatConverter::ref

Definition at line 78 of file converter.c.

◆ source

IWICBitmapSource* FormatConverter::source

Definition at line 79 of file converter.c.

◆ src_format

const struct pixelformatinfo * FormatConverter::src_format

Definition at line 80 of file converter.c.


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