Share via


SCNTransparencyMode Enum

Definition

Enumerates techniques for calculating transparency.

[ObjCRuntime.Native]
public enum SCNTransparencyMode
[<ObjCRuntime.Native>]
type SCNTransparencyMode = 
Inheritance
SCNTransparencyMode
Attributes

Fields

Name Value Description
AOne 0

Uses the alpha channel of colors. Alpha of 1.0 is opaque.

Default 0
RgbZero 1

Uses the luminance of colors. A luminance of 0.0 is opaque.

SingleLayer 2
DualLayer 3

Applies to