Convert Inno Setup Pascal Script TColor to HTML hex colour
问题 Inno Setup Pascal Script has colour variables like clBtnFace , clYellow in Delphi. I like to know how can I convert any of those TColor to HTML hex colour. For example, if I convert clBtnFace to a HTML hex colour, the result should be #497AC2 . And if I convert clYellow to a HTML hex colour, the result should be #FFFF00 . I found many examples for above, but they're for RGB colours. I want to convert TColor to HTML hex colour to use as hex colour in the command line parameters for ImageMagick