Max value for v; always 255 on Windows and 256 on Macintosh.
Syntax
V
Synonyms
vmax
Original Machine Code (in OPER resource) of Filter Factory 3.0 and 3.0.4 for Photoshop/Win32
B8 FF 00 00 00 | mov eax,$000000ff (255) | res = 255; |
50 | push eax | return res; |