PCombineInfo = ^TCombineInfo;
TCombineInfo = record
SrcAlpha: Integer;
DrawMode: TDrawMode;
CombineMode: TCombineMode;
CombineCallBack: TPixelCombineEvent;
TransparentColor: TColor32;
end;
TCombineInfo contains blending and combine related properties, similar to what is contained in TBitmap32. This structure is used in routines which does not have a single source bitmap, which would normally provide this information (for example a special overloaded version of Rasterize).
TBitmap32, Color Types, TCombineMode, TDrawMode, TPixelCombineEvent, TRasterizer.Rasterize
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024