Record TUniversalBrush

Unit

Declaration

type TUniversalBrush = record

Description

Unversal brush (can be initialized for any colorspace and mode)

Overview

Fields

Public FixedData: array[0..31] of byte;
Public InternalInitContext: TUniBrushInitContextProc;
Public InternalPutNextPixels: TUniBrushPutNextPixelsProc;
Public Flags: LongWord;

Methods

Public procedure MoveTo(AContext: PUniBrushContext; ADest: pointer; AOfsX,AOfsY: integer); inline;
Public procedure PutNextPixels(AContext: PUniBrushContext; AAlpha: Word; ACount: integer); inline;

Properties

Public property Colorspace: TColorspaceAny read FColorspace write SetColorspace;
Public property DoesNothing: boolean read GetDoesNothing write SetDoesNothing;

Description

Fields

Public FixedData: array[0..31] of byte;

This item has no description.

Public InternalInitContext: TUniBrushInitContextProc;

This item has no description.

Public InternalPutNextPixels: TUniBrushPutNextPixelsProc;

do not call directly

Public Flags: LongWord;

do not call directly

Methods

Public procedure MoveTo(AContext: PUniBrushContext; ADest: pointer; AOfsX,AOfsY: integer); inline;

This item has no description.

Public procedure PutNextPixels(AContext: PUniBrushContext; AAlpha: Word; ACount: integer); inline;

This item has no description.

Properties

Public property Colorspace: TColorspaceAny read FColorspace write SetColorspace;

This item has no description.

Public property DoesNothing: boolean read GetDoesNothing write SetDoesNothing;

This item has no description.