TDXTCompressor Enumeration
ImagingSquishLib

This is record TDXTCompressor.

Pascal
public TDXTCompressor = (dcClusterFit, dcRangeFit, dcClusterFitAlphaWeighted);
File

ImagingSquishLib (at line 40)

Members
Members 
Description 
dcClusterFit 
Use a slow but high quality colour compressor (the default). 
dcRangeFit 
Use a fast but low quality colour compressor. 
dcClusterFitAlphaWeighted 
Cluster fit that weights the colour by alpha. 
Related Information
You are here: Symbol Reference > Structs, Records, Enums > TDXTCompressor Enumeration