invert

Inverts a color (to its negative color).

  1. Pixel invert(Pixel color)
    @safe pure nothrow @nogc
    invert
    (
    const Pixel color
    )
  2. void invert(Pixmap pixmap)

Meta