Home
|
GR32_Rasterizers
|
|
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).
Color Types, TRasterizer.Rasterize, TBitmap32, TCombineMode, TDrawMode, TPixelCombineEvent
Copyright ©2000-2012 Alex Denisov and the Graphics32 Team - Graphics32 v1.9.1 - Build on 4-May-2012