Example #1
0
        public Mask GetAlphaMaskView()
        {
            Debug.Assert(!Asserts.enabled || masks.HasBaseFallback); // <- the alpha mask should have been generated by this point

            Mask mask = masks.GetBaseFallback();

            Debug.Assert(!Asserts.enabled || mask.isGeneratedAlphaMask == true);

            return(mask);
        }