Struct BackgroundPaletteTable
- Namespace
- GB
- Assembly
- GBSharp.Framework.dll
Indexed access to the Game Boy Color background palettes.
public struct BackgroundPaletteTable
- Inherited Members
Remarks
Reached through Hardware.BackgroundPalettes[2].SetColor(1, c), which
erases to a single call carrying the palette number. Holds no state.
Properties
this[byte]
A typed view of one palette. Lowers to index itself.
public ref BackgroundPaletteRef this[byte index] { get; }
Parameters
indexbyte