FilterFactory - Symbol "U"

Back to function listing

Max value for u; always 255 on Windows and 256 on Macintosh.

Syntax

U

Synonyms

umax

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;