NSComposite 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public enum NSComposite
type NSComposite =
- 继承
-
NSComposite
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Clear | 0 | |
| Copy | 1 | |
| SourceOver | 2 | |
| SourceIn | 3 | |
| SourceOut | 4 | |
| SourceAtop | 5 | |
| DestinationOver | 6 | |
| DestinationIn | 7 | |
| DestinationOut | 8 | |
| DestinationAtop | 9 | |
| XOR | 10 | |
| PlusDarker | 11 | |
| Highlight | 12 | |
| PlusLighter | 13 | |
| Multiply | 14 | |
| Screen | 15 | |
| Overlay | 16 | |
| Darken | 17 | |
| Lighten | 18 | |
| ColorDodge | 19 | |
| ColorBurn | 20 | |
| SoftLight | 21 | |
| HardLight | 22 | |
| Difference | 23 | |
| Exclusion | 24 | |
| Hue | 25 | |
| Saturation | 26 | |
| Color | 27 | |
| Luminosity | 28 |