Smallest number of red,green,blue channel etc. Always 0
Syntax
rmin (Smallest red value)
Synonyms
gmin (Smallest green value)
bmin (Smallest blue value)
amin (Smallest alpha value)
cmin (Smallest value of c)
imin (Smalled Y' value in YUV color space.)
umin (Smalled U value in YUV color space.)
vmin (Smalled V value in YUV color space.)
dmin (Smallest possible direction (angle) of the
current pixel from the center of the image.)
mmin (Smalltest possible distance (magnitude) from the center of the
image to the current pixel..)
pmin (For compatibility with Adobe Premiere)
t (Current frame, only for Adobe Premiere)
tmin (Minimum number of frames, only for Adobe Premiere)
Original Machine Code (in OPER resource) of Filter Factory 3.0 and 3.0.4 for Photoshop/Win32
Function: Always returns 0.
2B C0 | sub eax,eax | res = 0; |
50 | push eax | return 0; |