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

WMF manual 2.2.2.20. More...

#include <uemf.h>

Public Attributes

uint8_t Blue
 Blue color (0-255)
 
uint8_t Green
 Green color (0-255)
 
uint8_t Red
 Red color (0-255)
 
uint8_t Reserved
 Not used.
 

Detailed Description

WMF manual 2.2.2.20.

For U_BITMAPINFO bmiColors field

NOTE that the color order is BGR, even though the name is RGB! Microsoft name: RGBQUAD Object

Definition at line 592 of file uemf.h.

Member Data Documentation

◆ Blue

uint8_t U_RGBQUAD::Blue

Blue color (0-255)

Definition at line 593 of file uemf.h.

◆ Green

uint8_t U_RGBQUAD::Green

Green color (0-255)

Definition at line 594 of file uemf.h.

◆ Red

uint8_t U_RGBQUAD::Red

Red color (0-255)

Definition at line 595 of file uemf.h.

◆ Reserved

uint8_t U_RGBQUAD::Reserved

Not used.

Definition at line 596 of file uemf.h.


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