colorMap

Two-way colorMap which allows writing to the returned view.

  1. auto colorMap(V src)
    template colorMap(alias getFun, alias setFun)
    colorMap
    (
    V
    )
    (
    auto ref V src
    )
    if ()
  2. template colorMap(alias fun)

Members

Functions

colorMap
auto colorMap(V src)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta