Einzelnen Beitrag anzeigen

Klaus01

Registriert seit: 30. Nov 2005
Ort: München
5.768 Beiträge
 
Delphi 10.4 Sydney
 
#24

Re: Problem mit Größer als und Kleiner als

  Alt 28. Jul 2006, 11:57
Vielleicht findest Du hier die richtige Farbe, Sie lassen sich auch als HexWert oder Dezimalwert angeben. http://www.heber-edv.de/diverse/farben.php

Aus der Hilfe für TColor:

Zitat:
type TColor = -$7FFFFFFF-1..$7FFFFFFF;

If you specify TColor as a specific 4-byte hexadecimal number instead of using the constants defined in the Graphics unit, the low three bytes represent RGB color intensities for blue, green, and red, respectively. The value $00FF0000 represents full-intensity, pure blue, $0000FF00 is pure green, and $000000FF is pure red. $00000000 is black and $00FFFFFF is white.
Grüße
Klaus
Klaus
  Mit Zitat antworten Zitat