I tried search everywhere, but can't find what is BW stands for. Here is the link: https://developer.xamarin.com/api/type/SkiaSharp.SKMaskFormat/ thanks a lot.
Asked
Active
Viewed 128 times
1 Answers
0
If you look at the docs:
1-bit per pixel mask (e.g. monochrome).
This type of mask is a series of bit-states (mask/don't mask).

Matthew
- 4,832
- 2
- 29
- 55
-
thanks a lot, so BW means Bitwise, do I understand correct? – GoInterface Mar 25 '17 at 16:24
-
To be really honest, I am not sure. Bitwise, maybe. I just thought it meant black/white. But, I don't think the name matters as long as you know that it bit-based. The more I think about it, it could be bitwise... Maybe ask on the skia forums: https://groups.google.com/forum/#!forum/skia-discuss – Matthew Mar 26 '17 at 01:36