-- DesktopBackgroundScript.tioga
The desktop colors now tile properly; if "Foo.ais" is a bitmap AIS file (e.g., one created with PressScreen), say
← &color ← ImagerColor.MakeSampledBlack[pa: ImagerPixelArray.FromAIS["Foo.ais"], um: ImagerTransformation.Scale[1], clear: FALSE]
← ViewerPaintImpl.desktopGrey ← &color
← ViewerOps.PaintEverything[]
and your desktop will be less boring. (You can use any Imager color, but this is a fast case. There is another variable for the color display).