Color Selector for NSIS

From NSIS Wiki
Revision as of 20:13, 9 April 2005 by ConversionBot (talk | contribs) (Wikipedia python library)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Links

Download site

Description

This little tool will call the Windows Color Dialog, allowing to select a color and displaying the color in three formats:

  1. Visual C++ format (0x00RRGGBB)
  2. HTML Hex color format (#RRGGBB)
  3. RGB (rr,gg,bb)

This tool is handy if you want use, in one or more objects, as background color.

Page author: Joelito