openMSX
Public Attributes | List of all members
openmsx::V9990::GetPaletteResult Struct Reference

Get palette entry. More...

#include <V9990.hh>

Public Attributes

byte r
 
byte g
 
byte b
 
bool ys
 

Detailed Description

Get palette entry.

Parameters
[in]indexThe palette index ys is only true iff
  • bit 5 (YSE) in R#8 is set
  • there is an external video source set
  • the YS bit in the palette-entry is set

Definition at line 112 of file V9990.hh.

Member Data Documentation

◆ b

byte openmsx::V9990::GetPaletteResult::b

Definition at line 113 of file V9990.hh.

◆ g

byte openmsx::V9990::GetPaletteResult::g

Definition at line 113 of file V9990.hh.

◆ r

byte openmsx::V9990::GetPaletteResult::r

Definition at line 113 of file V9990.hh.

◆ ys

bool openmsx::V9990::GetPaletteResult::ys

Definition at line 114 of file V9990.hh.


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