#include <PixelFormat.hh>
|
| PixelFormat ()=default |
|
| PixelFormat (unsigned bpp_, uint32_t Rmask_, uint8_t Rshift_, uint8_t Rloss_, uint32_t Gmask_, uint8_t Gshift_, uint8_t Gloss_, uint32_t Bmask_, uint8_t Bshift_, uint8_t Bloss_, uint32_t Amask_, uint8_t Ashift_, uint8_t Aloss_) |
|
unsigned | getBpp () const |
|
unsigned | getBytesPerPixel () const |
|
unsigned | getRmask () const |
|
unsigned | getGmask () const |
|
unsigned | getBmask () const |
|
unsigned | getAmask () const |
|
unsigned | getRshift () const |
|
unsigned | getGshift () const |
|
unsigned | getBshift () const |
|
unsigned | getAshift () const |
|
unsigned | getRloss () const |
|
unsigned | getGloss () const |
|
unsigned | getBloss () const |
|
unsigned | getAloss () const |
|
unsigned | map (unsigned r, unsigned g, unsigned b) const |
|
Definition at line 9 of file PixelFormat.hh.
◆ PixelFormat() [1/2]
openmsx::PixelFormat::PixelFormat |
( |
| ) |
|
|
default |
◆ PixelFormat() [2/2]
openmsx::PixelFormat::PixelFormat |
( |
unsigned |
bpp_, |
|
|
uint32_t |
Rmask_, |
|
|
uint8_t |
Rshift_, |
|
|
uint8_t |
Rloss_, |
|
|
uint32_t |
Gmask_, |
|
|
uint8_t |
Gshift_, |
|
|
uint8_t |
Gloss_, |
|
|
uint32_t |
Bmask_, |
|
|
uint8_t |
Bshift_, |
|
|
uint8_t |
Bloss_, |
|
|
uint32_t |
Amask_, |
|
|
uint8_t |
Ashift_, |
|
|
uint8_t |
Aloss_ |
|
) |
| |
|
inline |
◆ getAloss()
unsigned openmsx::PixelFormat::getAloss |
( |
| ) |
const |
|
inline |
◆ getAmask()
unsigned openmsx::PixelFormat::getAmask |
( |
| ) |
const |
|
inline |
◆ getAshift()
unsigned openmsx::PixelFormat::getAshift |
( |
| ) |
const |
|
inline |
◆ getBloss()
unsigned openmsx::PixelFormat::getBloss |
( |
| ) |
const |
|
inline |
◆ getBmask()
unsigned openmsx::PixelFormat::getBmask |
( |
| ) |
const |
|
inline |
◆ getBpp()
unsigned openmsx::PixelFormat::getBpp |
( |
| ) |
const |
|
inline |
◆ getBshift()
unsigned openmsx::PixelFormat::getBshift |
( |
| ) |
const |
|
inline |
◆ getBytesPerPixel()
unsigned openmsx::PixelFormat::getBytesPerPixel |
( |
| ) |
const |
|
inline |
◆ getGloss()
unsigned openmsx::PixelFormat::getGloss |
( |
| ) |
const |
|
inline |
◆ getGmask()
unsigned openmsx::PixelFormat::getGmask |
( |
| ) |
const |
|
inline |
◆ getGshift()
unsigned openmsx::PixelFormat::getGshift |
( |
| ) |
const |
|
inline |
◆ getRloss()
unsigned openmsx::PixelFormat::getRloss |
( |
| ) |
const |
|
inline |
◆ getRmask()
unsigned openmsx::PixelFormat::getRmask |
( |
| ) |
const |
|
inline |
◆ getRshift()
unsigned openmsx::PixelFormat::getRshift |
( |
| ) |
const |
|
inline |
◆ map()
unsigned openmsx::PixelFormat::map |
( |
unsigned |
r, |
|
|
unsigned |
g, |
|
|
unsigned |
b |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: