downscale

Performs linear downscale by a constant factor

  1. auto downscale(SRC src, TARGET target)
    template downscale(int HRX, int HRY = HRX)
    downscale
    (
    SRC
    TARGET
    )
    (
    auto ref SRC src
    ,
    auto ref TARGET target
    )
    if ()
  2. auto downscale(SRC src)

Members

Functions

downscale
auto downscale(SRC src, TARGET target)
Undocumented in source. Be warned that the author may not have intended to support it.
downscale
auto downscale(SRC src)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta