* Alpha channel at Opaque for normal colors

This commit is contained in:
luk 2003-07-02 07:51:13 +00:00
parent 304539d845
commit ecf5190d17

View File

@ -70,6 +70,7 @@ begin
result.red := (Convert(copy(s,1,l)));
result.green := (Convert(copy(s,l+1,l)));
result.blue := Convert(copy(s,l+l+1,l));
result.alpha := AlphaOpaque;
end;
function TFPReaderXPM.NameToColor(s : string) : TFPColor;