LibVNCServer/LibVNCClient
Data Fields
rfbPixelFormat Struct Reference

#include <rfbproto.h>

Data Fields

uint8_t bitsPerPixel
 
uint8_t depth
 
uint8_t bigEndian
 
uint8_t trueColour
 
uint16_t redMax
 
uint16_t greenMax
 
uint16_t blueMax
 
uint8_t redShift
 
uint8_t greenShift
 
uint8_t blueShift
 
uint8_t pad1
 
uint16_t pad2
 

Detailed Description

Examples
ppmtest.c.

Definition at line 161 of file rfbproto.h.

Field Documentation

◆ bigEndian

uint8_t bigEndian

Definition at line 167 of file rfbproto.h.

◆ bitsPerPixel

uint8_t bitsPerPixel
Examples
SDLvncviewer.c, and ppmtest.c.

Definition at line 163 of file rfbproto.h.

◆ blueMax

uint16_t blueMax
Examples
SDLvncviewer.c, ppmtest.c, and vnc2mpg.c.

Definition at line 186 of file rfbproto.h.

◆ blueShift

uint8_t blueShift
Examples
SDLvncviewer.c, ppmtest.c, and vnc2mpg.c.

Definition at line 202 of file rfbproto.h.

◆ depth

uint8_t depth

Definition at line 165 of file rfbproto.h.

◆ greenMax

uint16_t greenMax
Examples
SDLvncviewer.c, ppmtest.c, and vnc2mpg.c.

Definition at line 184 of file rfbproto.h.

◆ greenShift

uint8_t greenShift
Examples
SDLvncviewer.c, ppmtest.c, and vnc2mpg.c.

Definition at line 200 of file rfbproto.h.

◆ pad1

uint8_t pad1

Definition at line 204 of file rfbproto.h.

◆ pad2

uint16_t pad2

Definition at line 205 of file rfbproto.h.

◆ redMax

uint16_t redMax
Examples
SDLvncviewer.c, ppmtest.c, and vnc2mpg.c.

Definition at line 180 of file rfbproto.h.

◆ redShift

uint8_t redShift
Examples
SDLvncviewer.c, ppmtest.c, and vnc2mpg.c.

Definition at line 188 of file rfbproto.h.

◆ trueColour

uint8_t trueColour

Definition at line 173 of file rfbproto.h.


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