Hallöle,
ich suche eine function zum setzen und lesen der Helligkeit und Sättigung eines TColor wertes, hat da vllt jemand was zu?
Ich stelle mir das so vor:
Delphi-Quellcode:
function GetLightness(AColor:TColor):Byte;
function GetSatiation(AColor:TColor):Byte;
procedure SetLightness(var AColor:TColor; AValue:Byte);
procedure SetSatiation(var AColor:TColor; AValue:Byte);
Hoffe ihr könnt mir da etwas weiterhelfen. Hab auch schon gesucht aber die ergebnis waren nicht so das was ich suchte
Daniel M.
"The WM_NULL message performs no operation. An application sends the WM_NULL message if it wants to post a message that the recipient window will ignore."