Thread: Avisynth+
View Single Post
Old 26th June 2016, 19:07   #1840  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by LigH View Post
The typical "ternary operator" (boolean_expression ? true_case_result : false_case_result)... inside a function of a C-like language, you could expand this to:

Code:
if(lsb) return String(65536); else return String(255);
he mean the value, 65536 is full 16 bit range, 256 is full 8 bit range, so he say that it should (65536 -1) like (256 -1)
__________________
See My Avisynth Stuff
real.finder is offline