Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ValueDescription
clamp

Coordinates below 0 are set to 0, and coordinates above 1 are set to 1. This will effectively repeat the map's border pixel.

Image RemovedImage Added

'clamp' wrap mode. 

Note that the corner pixels of the map are not black, hence the checkerboard pattern.

black

Coordinates below 0 and above 1 are mapped to a black color.

Image RemovedImage Added

'black' wrap mode.

mirror

The area outside the 0 to 1 range use coordinates that are repeated in a mirror fashion - from 0 to 1, then 1 to 0, and so on.

Image RemovedImage Added

'mirror' wrap mode.

periodic

The area outside the 0 to 1 range use the 0 to 1 range repeated over again.

Image RemovedImage Added

'periodic' wrap mode.

Gallery
columns32
includeLabelwrapmode
sortname
titleWrap Modes