bplist00_editorViewerWindowYrootPatch_inputParameters_271 356 512 430 0 0 1280 1002  UclassUstateWQCPatch _publishedInputPortsUnodes[connectionsXuserInfoTportSkeyTnodeYthreshold]ImageKernel_7Zforeground O{ typedstream@NSMutableDictionary NSDictionaryNSObjectiNSString+nameforeground color_foreground_colorZbackground O{ typedstream@NSMutableDictionary NSDictionaryNSObjectiNSString+namebackground color_background_color BZ!"AZQCGradient#$% &;?@_ivarInputPortStates_systemInputPortStates_clearDepthBuffer'()*+,468:[inputColor3^inputDirection[inputColor1[inputColor2]inputBlending-.Uvalue/0123333UgreenTblueUalphaSred"-5-7/0123333-9/0123333-5<=W_enable-> O typedstream@NSMutableDictionary NSDictionaryNSObjectiNSString+positionNSValue* {_NSPoint=ff}2YZGradient_1CDY[QCBillboard#$E FT>X[CIRenderingGHIJ+KLOPQRSZinputColor]inputRotationVinputYVinputXZinputScale-M/012NNNN"?-3-3-3-5-N O typedstream@NSMutableDictionary NSDictionaryNSObjectiNSString+positionNSValue* {_NSPoint=ff}&І[Billboard_2[ \ ]^l_publishedOutputPortsO typedstream@NSMutableDictionary NSDictionaryNSObjectiNSString+name Video InputpositionNSValue* {_NSPoint=ff}ن scrolling_f`adeUinput- >c Ov typedstream@NSMutableDictionary NSDictionaryNSObjectiNSString+name Monochrome?ZSplitter_2ZMonochromeGgjk- hi/012NNNNO{ typedstream@NSMutableDictionary NSDictionaryNSObjectiNSString+nameMonochrome Color_ColorMonochrome_1_Monochrome_Colormnopqrstu}\connection_8\connection_6\connection_4\connection_2\connection_7\connection_5\connection_3\connection_1vwxydz{|ZsourceNodeZsourcePort_destinationNode_destinationPortVoutput]Multiplexer_2ZinputIndexvwxy~zj]Multiplexer_1ZinputImagevwxy~\VideoInput_1[outputImageXsource_1vwxyz~|ZSplitter_1vwxyj{vwxy~z{Xsource_0vwxy~[TextImage_1vwxy`z{ Op typedstream@NSMutableDictionary NSDictionaryNSObjectiNSString+nameImageUImage\QCVideoInputڕ 3?5>Zanisotropy\wrappingMode[highQuality]videoSettings[borderColorVtarget]filteringMode\mipmapLevelsVuseYUV[ClampToEdgeO0ctomcdscsgchvideapplcsetvdigvdigiidcappl0HnameIIDC FireWire VideomacswpptxxHdnamiSightireWire Video݀T1`̐{XPō{,duid '\vrct@@,mtrx@clip use  plyfposnzptompdscsgpnvidecmprZpsetsptl2vuytprldrat cmfrq4ptompdscsgpnvidecolrtpsetTcolr@seandfeat$t&idtempcolr Temperatureement^q4p qPd٠Txٰlhnt:dzeztԿԿdԔa@<d$^`0`왐x@q4q4`,@dPpa?zx`fstg,fstg'&># dfeat $t&idwhbucolrWhite Balance Ut^q4p qPd٠Txٰlhnt:dzeztԿԿdԔa@<d$^`0`왐x@q4q4`,@dPpa?zx`fstg,fstg;)dfeat $t&idwhbvcolrWhite Balance Vt^q4p qPd٠Txٰlhnt:dzeztԿԿdԔa@<d$^`0`왐x@q4q4`,@dPpa?zx`fstg,fstg;)uids '\ jptompdscsgpnvideimag Jpset imag seandfeat$t&idhue imagHue^눿ٰ^q4p qPd٠xٰlhnt(dzeztԿԿdԔa@<d$^ 0 왐x@q4q4`,@dPpa?zx`fstg,fstg%h%?dfeat$t&idsatuimag Saturation^q4p qPd٠xٰlhnt(dzeztԿԿdԔa@<d$^ 0 왐x@q4q4`,@dPpa?zx`fstg,fstg%%?dfeat$t&idbritimag Brightness^q4p qPd٠xٰlhnt(dzeztԿԿdԔa@<d$^ 0 왐x@q4q4`,@dPpa?zx`fstg,fstg%%=dfeat$t&idgainimagGainhtness^q4p qPd٠xٰlhnt(dzeztԿԿdԔa@<d$^ 0 왐x@q4q4`,@dPpa?zx`fstg,fstg'&>dfeat$t&idshtrimagShutteress^q4p qPd٠xٰlhnt(dzeztԿԿdԔa@<d$^ 0 왐x@q4q4`,@dPpa?zx`fstg,fstg' &>Jdfeat$t&idxpsrimagExposuress^q4p qPd٠xٰlhnt(dzeztԿԿdԔa@<d$^ 0 왐x@q4q4`,@dPpa?zx`fstg,fstg?)>۷odfeat$t&idedenimagEdge Enhancement^q4p qPd٠xٰlhnt(dzeztԿԿdԔa@<d$^ 0 왐x@q4q4`,@dPpa?zx`fstg,fstg'd&uids '\ hue satu brit gain shtr xpsr edenptompdscsgpnvidemechpsetmechxseandfeat $t&idfcusmechFocus Balance Vt^q4p qPd٠xٰlhnt(dzeztԿԿdԔa@<d$^0왐x@q4q4`,@dPpa?zx`fstg,fstg=d)?*uids '\ O typedstream@NSMutableDictionary NSDictionaryNSObjectiNSString+positionNSValue* {_NSPoint=ff}XPatch_11]QCImageKernel >ZsourceCode\automaticDOD_kernel vec4 threshhold(sampler image, float threshold, __color foreground, __color background) { vec4 foregroundPix = unpremultiply(foreground); vec4 backgroundPix = unpremultiply(background); vec4 pix = sample(image, samplerCoord(image)); float comp = pix.r - threshold; vec4 newpix = compare(vec4(comp, comp, comp, 1.0), backgroundPix, foregroundPix ); newpix.a = 1.0; return newpix; } O typedstream@NSMutableDictionary NSDictionaryNSObjectiNSString+name ThresholdpositionNSValue* {_NSPoint=ff}׆tpvwxyYvwxyUimageO typedstream@NSMutableDictionary NSDictionaryNSObjectiNSString+ scrollingNSValue* {_NSPoint=ff}=#?Xx/012N"="="?t/01233N3$.@aflrzz"5:ALUk "+.19<=>,3:EHQVY\_behklm 7?Sfw")7BKYdmz ] c k r   |HO[x    , 7 F I L O R U ^ !!!"!)!*!3!>!L!]!b!q!t!w!"")"0"7""""""#v######%C%D%%&& &&&&&&&&&