Class TBGRARandomScanner

Unit

Declaration

type TBGRARandomScanner = class(TBGRACustomScanner)

Description

Scanner of random color

Hierarchy

Overview

Methods

Public constructor Create(AGrayscale: Boolean; AOpacity: byte);
Public function ScanAt(X, Y: Single): TBGRAPixel; override;
Public function ScanAtInteger(X, Y: integer): TBGRAPixel; override;
Public function ScanNextPixel: TBGRAPixel; override;

Description

Methods

Public constructor Create(AGrayscale: Boolean; AOpacity: byte);

This item has no description.

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

This item has no description.

Public function ScanAtInteger(X, Y: integer): TBGRAPixel; override;

This item has no description.

Public function ScanNextPixel: TBGRAPixel; override;

This item has no description.