TRgbColorComparator

Compares TRgbColor on a numerical representation

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TReferenceCountedObjectObject that keeps track of the number of times it is referenced from other objects
4TComparator<TRgbColor>Abstract base class for facilities that can compare elements of type TElement.
5TRgbColorComparator

Source

Color.Rgb.pas (59)

Description

Where the following properties are used, most significant first: Alpha, Blue, Green, Red.

Methods

ScopeVisibilityResultNameDescription
InstanceprotectedTPositiveInteger32GetComparisonValue(Value: TRgbColor)
InstancepublicTSignCompare(Left: TRgbColor; Right: TRgbColor)