Example #1
0
        public void ProcessGray()
        {
            DCTestLibrary.PhotoTest pt = new DCTestLibrary.PhotoTest();
            WriteableBitmap         b  = p.getPhoto();

            p.setPhoto(pt.Gray(b));
        }
Example #2
0
        public void ProcessGray()
        {
            DCTestLibrary.PhotoTest pt = new DCTestLibrary.PhotoTest();
            PhotoLayer      pl         = p.SelectLayer;
            WriteableBitmap b          = pl.ProcPhoto;

            pl.ProcPhoto = pt.Gray(b);
        }