A library for working with phylogenetic and population genetic data.
v0.27.0
BmpWriter::RgbQuad Struct Reference

#include <genesis/utils/formats/bmp/writer.hpp>

Detailed Description

Palette entry that describes an RGB Color.

This POD struct stores an RGB Color plus padding in the byte order needed for Bitmap files.

See also
BmpWriter
BitmapInfo

Definition at line 149 of file utils/formats/bmp/writer.hpp.

Public Attributes

unsigned char rgbBlue
 
unsigned char rgbGreen
 
unsigned char rgbRed
 
unsigned char rgbReserved = 0
 

Member Data Documentation

◆ rgbBlue

unsigned char rgbBlue

Definition at line 151 of file utils/formats/bmp/writer.hpp.

◆ rgbGreen

unsigned char rgbGreen

Definition at line 152 of file utils/formats/bmp/writer.hpp.

◆ rgbRed

unsigned char rgbRed

Definition at line 153 of file utils/formats/bmp/writer.hpp.

◆ rgbReserved

unsigned char rgbReserved = 0

Definition at line 154 of file utils/formats/bmp/writer.hpp.


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