Glossary: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
===H=== | |||
;heightfield | ;heightfield | ||
;heightmap | ;heightmap | ||
:A heightmap or heightfield is a raster image used to store values, usually surface elevation data. | :A heightmap or heightfield is a raster image used to store values, usually surface elevation data. | ||
===L=== | |||
;luminance | |||
:TG2 converts RGB colours to greyscale by taking the luminance of the colour. This is essentially the brightness of the colour. | |||
===R=== | |||
;raster image | ;raster image | ||
:In computer graphics, a raster image, or bitmap, is a dot matrix data structure representing a generally rectangular grid of pixels, or points of color, viewable via a monitor, paper, or other display medium. | :In computer graphics, a raster image, or bitmap, is a dot matrix data structure representing a generally rectangular grid of pixels, or points of color, viewable via a monitor, paper, or other display medium. | ||
Revision as of 01:10, 10 May 2012
H
- heightfield
- heightmap
- A heightmap or heightfield is a raster image used to store values, usually surface elevation data.
L
- luminance
- TG2 converts RGB colours to greyscale by taking the luminance of the colour. This is essentially the brightness of the colour.
R
- raster image
- In computer graphics, a raster image, or bitmap, is a dot matrix data structure representing a generally rectangular grid of pixels, or points of color, viewable via a monitor, paper, or other display medium.