Class TGrayscaleAlphaImage
Unit
CastleImages
Declaration
type TGrayscaleAlphaImage = class(TCastleImage)
Description
Grayscale image with an alpha channel. Each pixel is two bytes: grayscale + alpha.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
class function PixelSize: Cardinal; override; |
|
 |
class function ColorComponentsCount: Cardinal; override; |
|
 |
function PixelPtr(const X, Y: Cardinal; const Z: Cardinal = 0): PVector2Byte; |
|
 |
function IsClear(const Pixel: TVector2Byte): boolean; reintroduce; |
|
 |
function HasAlpha: boolean; override; |
|
 |
function AlphaChannel( const AlphaTolerance: Byte; const WrongPixelsTolerance: Single): TAlphaChannel; override; |
|
 |
procedure LerpWith(const Value: Single; SecondImage: TCastleImage); override; |
|
Properties
Generated by PasDoc 0.13.0 on 2014-10-26 05:15:13
|