Function ====== Programmer.SetBlindMode ====== Void Programmer.SetBlindMode(Boolean setChangesLive, Single fadeTime) ^ API | http://api.avolites.com/10.1/Programmer.SetBlindMode.html | ^ description | Sets the blind mode. | ^ [[macros:namespace|namespace]] | [[macros:namespace:programmer]] | ^ parameter | setChangesLive ( [[macros:type:boolean]] ) : if set to true [set changes live]. | ^ ::: | fadeTime ( [[macros:type:single]] ) : The fade time. | ^ return value | [[macros:type:void]] | Note that this function **inherently** checks the property [[:macros:property:Programmer.BlindActive]] to determine whether leaving or exiting Blind Mode. == Example in == [[macros:example:blindmodeonoff]]: ActionScript.SetProperty.Boolean("Programmer.BlindActive", true) Programmer.SetBlindMode(false, 0) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~