Data update
This commit is contained in:
parent
4bb20c9b71
commit
cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions
|
|
@ -11,12 +11,12 @@ CENTER(ME)
|
|||
SHOW(ME)
|
||||
|
||||
BEGIN EVENTS
|
||||
SELECT CASE CBMSG
|
||||
CASE WM_LBUTTONDOWN ' Set color at current coords as hex literal
|
||||
PSET(FBSL.GETDC, LOWORD(CBLPARAM), HIWORD(CBLPARAM), &H0000FF) ' Red: Windows stores colors in BGR order
|
||||
CASE WM_RBUTTONDOWN ' Get color at current coords as hex literal
|
||||
FBSLSETTEXT(ME, "&H" & HEX(POINT(FBSL.GETDC, LOWORD(CBLPARAM), HIWORD(CBLPARAM))))
|
||||
CASE WM_CLOSE ' Clean up
|
||||
FBSL.RELEASEDC(ME, FBSL.GETDC)
|
||||
END SELECT
|
||||
SELECT CASE CBMSG
|
||||
CASE WM_LBUTTONDOWN ' Set color at current coords as hex literal
|
||||
PSET(FBSL.GETDC, LOWORD(CBLPARAM), HIWORD(CBLPARAM), &H0000FF) ' Red: Windows stores colors in BGR order
|
||||
CASE WM_RBUTTONDOWN ' Get color at current coords as hex literal
|
||||
FBSLSETTEXT(ME, "&H" & HEX(POINT(FBSL.GETDC, LOWORD(CBLPARAM), HIWORD(CBLPARAM))))
|
||||
CASE WM_CLOSE ' Clean up
|
||||
FBSL.RELEASEDC(ME, FBSL.GETDC)
|
||||
END SELECT
|
||||
END EVENTS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue