Colour pinstripe/Display: Difference between revisions

Content deleted Content added
→‎{{header|AutoHotkey}}: added image by code author (upload problem)
m →‎{{header|AutoHotkey}}: clean up slightly
Line 33:
n := A_Index
Loop % w
{
Gdip_FillRectangle(G, pBrush[Mod(A_Index-1, colors.MaxIndex())+1]
, A_Index*n-n, (n-1)*h/4, n, h/4)
}
}
 
 
 
Line 52 ⟶ 49:
Return
 
EscapeEsc::
Exit:
Gdip_Shutdown(pToken)