Class TBGRAGradientTriangleScanner

Unit

Declaration

type TBGRAGradientTriangleScanner = class(TBGRACustomScanner)

Description

Scanner of triangle scanner in linear RGBA colorspace

Hierarchy

Overview

Fields

Protected FColor1: TColorF;
Protected FCurColor: TColorF;
Protected FDiff2: TColorF;
Protected FDiff3: TColorF;
Protected FMatrix: TAffineMatrix;
Protected FStep: TColorF;

Methods

Public constructor Create(pt1,pt2,pt3: TPointF; c1,c2,c3: TBGRAPixel);
Public function ScanAt(X,Y: Single): TBGRAPixel; override;
Public function ScanNextExpandedPixel: TExpandedPixel; override;
Public function ScanNextPixel: TBGRAPixel; override;
Public procedure ScanMoveTo(X,Y: Integer); override;
Public procedure ScanMoveToF(X,Y: Single);
Public procedure ScanSkipPixels(ACount: integer); override;

Description

Fields

Protected FColor1: TColorF;

This item has no description.

Protected FCurColor: TColorF;

This item has no description.

Protected FDiff2: TColorF;

This item has no description.

Protected FDiff3: TColorF;

This item has no description.

Protected FMatrix: TAffineMatrix;

This item has no description.

Protected FStep: TColorF;

This item has no description.

Methods

Public constructor Create(pt1,pt2,pt3: TPointF; c1,c2,c3: TBGRAPixel);

This item has no description.

Public function ScanAt(X,Y: Single): TBGRAPixel; override;

This item has no description.

Public function ScanNextExpandedPixel: TExpandedPixel; override;

This item has no description.

Public function ScanNextPixel: TBGRAPixel; override;

This item has no description.

Public procedure ScanMoveTo(X,Y: Integer); override;

This item has no description.

Public procedure ScanMoveToF(X,Y: Single);

This item has no description.

Public procedure ScanSkipPixels(ACount: integer); override;

This item has no description.