Class TBGRARandomScanner
Unit
Declaration
type TBGRARandomScanner = class(TBGRACustomScanner)
Description
Scanner of random color
Hierarchy
- IInterface
- IBGRAScanner
- TBGRACustomScanner
- TBGRARandomScanner
Overview
Methods
![]() |
constructor Create(AGrayscale: Boolean; AOpacity: byte); |
![]() |
function ScanAt(X, Y: Single): TBGRAPixel; override; |
![]() |
function ScanAtInteger(X, Y: integer): TBGRAPixel; override; |
![]() |
function ScanNextPixel: TBGRAPixel; override; |
Description
Methods
![]() |
constructor Create(AGrayscale: Boolean; AOpacity: byte); |
|
This item has no description. | |
![]() |
function ScanAt(X, Y: Single): TBGRAPixel; override; |
|
This item has no description. | |
![]() |
function ScanAtInteger(X, Y: integer): TBGRAPixel; override; |
|
This item has no description. | |
![]() |
function ScanNextPixel: TBGRAPixel; override; |
|
This item has no description. | |
