updated colors.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3591 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f43be4183a
commit
f212f43855
2 changed files with 12 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
# created by Rob Segal
|
||||
# Rob Segal
|
||||
# Lobo Lunar
|
||||
# Yathosho
|
||||
|
||||
!define WHITE "FFFFFF"
|
||||
!define BLACK "000000"
|
||||
|
@ -6,4 +8,11 @@
|
|||
!define RED "FF0000"
|
||||
!define GREEN "00FF00"
|
||||
!define BLUE "0000FF"
|
||||
!define PURPLE "FF00FF"
|
||||
!define MAGENTA "FF00FF"
|
||||
!define CYAN "00FFFF"
|
||||
|
||||
!macro rgb2hex output R G B
|
||||
IntFmt "${output}" "%02X" "${R}"
|
||||
IntFmt "${output}" "${output}%02X" "${G}"
|
||||
IntFmt "${output}" "${output}%02X" "${B}"
|
||||
!macroend
|
Loading…
Add table
Add a link
Reference in a new issue