Struct Pixel

Struct Documentation

struct Pixel

Structure representing a single pixel.

Public Members

BYTE *r

The Red value of the pixel.

BYTE *g

The Green value of the pixel.

BYTE *b

The Blue value of the pixel.

BYTE *a

The Alpha value of the pixel.