---
title: cmReflectiveTransparentMask
framework: Application Services
role: symbol
role_heading: Enumeration Case
platforms: [macOS 10.0+]
path: applicationservices/1560447-x_profiles/cmreflectivetransparentmask
---

# cmReflectiveTransparentMask

## Declaration

```occ
cmReflectiveTransparentMask = 0x00000001
```

## Discussion

Bit 0 of `deviceAttributes[1]` specifies whether the media is transparent or reflective. If it has the value 0, the media is reflective; if it has the value 1, the media is transparent. Use the `cmReflectiveTransparentMask` mask to set the transparent/reflective bit in `deviceAttributes[1]` or to clear all bits except the transparent/reflective bit.
