SKMaskFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Formats that indicate the memory format of the underlying image data of a SKMask.
public enum SKMaskFormat
- Inheritance
-
SKMaskFormat
Fields
Name | Value | Description |
---|---|---|
BW | 0 | 1-bit per pixel mask (e.g. monochrome). |
A8 | 1 | 8-bits per pixel mask (e.g. anti-aliasing). |
ThreeD | 2 | 3 8-bit per pixel planes: alpha, mul, add. |
Argb32 | 3 | Premultiplied color. |
Lcd16 | 4 | 565 alpha for RGB. |
Sdf | 5 |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.