ReactOS 0.4.15-dev-7958-gcd0bb1a
bitmap_data Struct Reference
Collaboration diagram for bitmap_data:

Public Attributes

const WICPixelFormatGUIDformat
 
UINT bpp
 
const BYTEbits
 
UINT width
 
UINT height
 
double xres
 
double yres
 
const struct bitmap_dataalt_data
 

Detailed Description

Definition at line 35 of file converter.c.

Member Data Documentation

◆ alt_data

const struct bitmap_data* bitmap_data::alt_data

Definition at line 43 of file converter.c.

Referenced by test_color_formats().

◆ bits

const BYTE* bitmap_data::bits

Definition at line 38 of file converter.c.

Referenced by test_color_formats().

◆ bpp

UINT bitmap_data::bpp

Definition at line 37 of file converter.c.

Referenced by test_color_formats().

◆ format

const WICPixelFormatGUID* bitmap_data::format

Definition at line 36 of file converter.c.

Referenced by test_color_formats().

◆ height

UINT bitmap_data::height

Definition at line 40 of file converter.c.

Referenced by test_color_formats().

◆ width

UINT bitmap_data::width

Definition at line 39 of file converter.c.

Referenced by test_color_formats().

◆ xres

double bitmap_data::xres

Definition at line 41 of file converter.c.

◆ yres

double bitmap_data::yres

Definition at line 42 of file converter.c.


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