Surface.palette

Sets the color palette of the dsdl2.Surface

  1. inout(Palette) palette()
  2. void palette(Palette newPalette)
    class Surface
    @property @trusted
    void
    palette

Parameters

newPalette Palette

new dsdl2.Palette instance to use for the dsdl2.Surface

Meta