fromPixels

Loads a raw COLOR[] into an image of the indicated size.

  1. auto fromPixels(INPUT[] input, uint w, uint h, TARGET target)
  2. auto fromPixels(INPUT[] input, uint w, uint h)
    fromPixels
    (
    INPUT
    )
    (
    INPUT[] input
    ,
    uint w
    ,
    uint h
    )

Meta