2D Pipeline Flashcards
(40 cards)
All images on a computer are made up of…
Pixels
The resolution of an image represents…
The density of points describing the image/the number of pixels per axis
The colour of a pixel is represented as…
The distribution of red, green and blue that makes up the colour needed
Given any colour, regardless of distribution of wavelengths, we can represent it as a mixture of…
Red, green and blue
We can make any colour with red, green and blue because…
Human colour vision is based on three ‘cone’ cell types in our corneas, able to detect red, green and blue
Alongside red, green and blue (RGB), which is a type of additive colour mixing, we can also obtain colour using…
Cyan, Magenta and Yellow (CMY), which is a type of subtractive colour mixing
Subtractive colour mixing is…
Additive colour mixing is…
The absorption and reflection of light to move colours from their primary state towards black to reach the intended colour
The blending of light to move colours from black to their intended state
The representation of pixel colour as either RGB or CMY is a type of…
Encoding
A raster display is…
A rectangular array of pixels with varied intensity
The display of a screen or bound is stored as an in-memory map called the…
Frame-buffer
The order in which the frame-buffer may be read is…
Any. There is no restriction on how you read or write to the frame-buffer
The frame-buffer’s contents are sent to the display hardware in a […] order for rendering.
Sequential, row-by-row, left-to-right (pick one)
Pictures or scenes are represented as…
A set of Cartesian coordinates with infinite precision
Raster displays are represented as…
A set of pixel coordinates with finite precision
Primitives are…
Simple graphics that may be combined to make a bigger, more complex object (like a square, triangle, circle)
Some examples of primitives in a 2D scene are…
Triangle, square, circle, polygon, line (pick two)
Geometric primitives are…
Ideal mathematical objects specified by their location and dimension
A geometric primitive triangle may be represented by its…
Points, lines and a bounding box
Geometric primitives may have their […] altered. (pick two)
Line width, line style and colour
An object may be called a polygon if all of its…
Lines are closed
Is a triangle a polygon?
Yes, as it has three polylines which are closed
Objects are constructed in […] coordinates.
Local
Objects are placed in […] coordinates.
World
The 2D pipeline’s Model scene consists of…
Constructing objects from local coordinates, then placing them in world coordinates