PixelFormat.palette

Gets the dsdl2.Palette bounds to the indexed dsdl2.PixelFormat

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

Return Value

Type: inout(Palette)

the bound dsdl2.Palette

Meta