Surface.colorMod

Wraps SDL_GetSurfaceColorMod which gets the color multipliers of the dsdl2.Surface

  1. ubyte[3] colorMod()
    class Surface
    const @property @trusted
    ubyte[3]
    colorMod
    ()
  2. void colorMod(ubyte[3] newColorMod)

Return Value

Type: ubyte[3]

color multipliers of the dsdl2.Surface

Meta