Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.068 Beiträge
Delphi 12 Athens
|
AW: [Firefox User-CSS] Blaue DP gefaellig?
8. Jun 2010, 10:54
Dreh die Bytes einfach mal um.
In HTML ist #RRGGBB und dein IntToHex erzeugt BBGGRR.
Delphi-Quellcode:
Format('#%.2x%.2x%.2x', [GetRValue(ColorDialog1.Color,
GetGValue(ColorDialog1.Color), GetBValue(ColorDialog1.Color)])
Neuste Erkenntnis:
Seit Pos einen dritten Parameter hat,
wird PoSex im Delphi viel seltener praktiziert.
Geändert von himitsu ( 8. Jun 2010 um 10:57 Uhr)
|