openMSX
Public Member Functions | List of all members
openmsx::IndexLookup Class Reference

Public Member Functions

 IndexLookup (std::span< const int16_t, 64 > palette64_, std::span< const int16_t, 256 > palette256_)
 
void set64Offset (size_t offset)
 
int16_t lookup64 (size_t idx) const
 
int16_t lookup256 (size_t idx) const
 
int16_t lookup32768 (size_t idx) const
 

Detailed Description

Definition at line 327 of file V9990BitmapConverter.cc.

Constructor & Destructor Documentation

◆ IndexLookup()

openmsx::IndexLookup::IndexLookup ( std::span< const int16_t, 64 >  palette64_,
std::span< const int16_t, 256 >  palette256_ 
)
inline

Definition at line 330 of file V9990BitmapConverter.cc.

Member Function Documentation

◆ lookup256()

int16_t openmsx::IndexLookup::lookup256 ( size_t  idx) const
inline

Definition at line 339 of file V9990BitmapConverter.cc.

◆ lookup32768()

int16_t openmsx::IndexLookup::lookup32768 ( size_t  idx) const
inline

Definition at line 340 of file V9990BitmapConverter.cc.

◆ lookup64()

int16_t openmsx::IndexLookup::lookup64 ( size_t  idx) const
inline

Definition at line 338 of file V9990BitmapConverter.cc.

◆ set64Offset()

void openmsx::IndexLookup::set64Offset ( size_t  offset)
inline

Definition at line 337 of file V9990BitmapConverter.cc.


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