A 24 bit per pixel image.
![]() | PPixels24 ( PDIMENSION dx, PDIMENSION dy ) Create a 24 bit per pixel image. |
![]() | SetPixelColour ( PORDINATE x, PORDINATE y, const PColour& colour ) Set the pixel at the location specified to the particular colour. |
![]() | GetPixelColour ( PORDINATE x, PORDINATE y ) const Get the colour of the pixel at the specified location. |
![]() | SetPixel ( PORDINATE x, PORDINATE y, BYTE value ) Set the pixel at the location to the specified value. |
![]() | GetPixel ( PORDINATE x, PORDINATE y ) const Get the pixel at the location. |
![]() | Overrides from class PPixelBase |
A 24 bit per pixel image. This is a true colour rendition of the image with 8 bits ber red, green and blue components.
Overrides from class PPixelBase
virtual void SetPixelColour( PORDINATE x, PORDINATE y, const PColour& colour )
y - Vertical raster line.
colour - Colour to set pixel to.virtual PColour GetPixelColour( PORDINATE x, PORDINATE y ) const
y - Vertical raster line.virtual void SetPixel( PORDINATE x, PORDINATE y, BYTE value )
y - Vertical raster line.
value - New value for pixel.virtual BYTE GetPixel( PORDINATE x, PORDINATE y ) const
y - Vertical raster line.virtual void SetRasterColours( PORDINATE x, PORDINATE y, const PColourArray & rasterColours, PDIMENSION width )
y - Vertical raster line.
rasterColours - Array of colours for pixels.
width - Number of pixels in raster to setvirtual void GetRasterColours( PORDINATE x, PORDINATE y, PColourArray & rasterColours, PDIMENSION width ) const
y - Vertical raster line.
rasterColours - Array of colours for pixels.
width - Number of pixels in raster to get.virtual void SetRasterValues( PORDINATE x, PORDINATE y, const BYTE * raster, PDIMENSION width )
y - Vertical raster line.
raster - Pointer to array of values for pixels.
width - Number of pixels in raster to set.virtual void GetRasterValues( PORDINATE x, PORDINATE y, BYTE * raster, PDIMENSION width ) const
y - Vertical raster line.
raster - Pointer to array of values for pixels.
width - Number of pixels in raster to get.
Alphabetic index HTML hierarchy of classes or Java