ReactOS 0.4.15-dev-7934-g1dc8d80
bmp_pixelformat Struct Reference
Collaboration diagram for bmp_pixelformat:

Public Attributes

const WICPixelFormatGUIDguid
 
UINT bpp
 
UINT colors
 
DWORD compression
 
DWORD redmask
 
DWORD greenmask
 
DWORD bluemask
 
DWORD alphamask
 

Detailed Description

Definition at line 38 of file bmpencode.c.

Member Data Documentation

◆ alphamask

DWORD bmp_pixelformat::alphamask

Definition at line 46 of file bmpencode.c.

◆ bluemask

DWORD bmp_pixelformat::bluemask

Definition at line 45 of file bmpencode.c.

◆ bpp

UINT bmp_pixelformat::bpp

Definition at line 40 of file bmpencode.c.

◆ colors

UINT bmp_pixelformat::colors

Definition at line 41 of file bmpencode.c.

◆ compression

DWORD bmp_pixelformat::compression

Definition at line 42 of file bmpencode.c.

◆ greenmask

DWORD bmp_pixelformat::greenmask

Definition at line 44 of file bmpencode.c.

◆ guid

const WICPixelFormatGUID* bmp_pixelformat::guid

Definition at line 39 of file bmpencode.c.

◆ redmask

DWORD bmp_pixelformat::redmask

Definition at line 43 of file bmpencode.c.


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