TConversionType

Graphics32

TConversionType

type TConversionType = (
  ctRed,
  ctGreen,
  ctBlue,
  ctAlpha,
  ctUniformRGB,
  ctWeightedRGB);

Description

Specifies how data is converted from 32-bit ARGB bitmap to 8-bit bytemap and back.

See Also

TByteMap.ReadFrom, TByteMap.WriteTo