Class TGPUCompressedImage
Unit
CastleImages
Declaration
type TGPUCompressedImage = class(TEncodedImage)
Description
Image compressed using one of the GPU texture compression algorithms.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create(const AWidth, AHeight, ADepth: Cardinal; const ACompression: TGPUCompression); |
|
|
 |
function Size: Cardinal; override; |
|
Size of the whole image data inside RawPixels, in bytes.
|
 |
function HasAlpha: boolean; override; |
|
|
 |
function AlphaChannel( const AlphaTolerance: Byte): TAlphaChannel; override; |
|
|
Properties
|