piDogDataView.DataView.enableVibrancy
Scope: Public
Function enableVibrancy(includeTitleBar as Boolean = false, wholeWindow as Boolean = false, Appearance as integer = 0, material as piDogScrollingCanvas.NSVisualEffectMaterials=piDogScrollingCanvas.NSVisualEffectMaterials.default) As Boolean
Under MacOSX 10.10+ calling this Method will enable vibrancy for the canvas
and (optionally) the window
Appearance 0=default 1=light 2=dark 3=titlebar(brighter than light)
Note - includeTitleBar is now ignored due to it's inherent bugginess