# `GSLayer.anyColorLayer`

*Instance Property*

Whether the layer uses any color-layer format.

## Declaration

```swift
var isAnyColorLayer: Bool { get }
```

```objc
@property (nonatomic, readonly, getter=isAnyColorLayer) BOOL anyColorLayer;
```

```python
isAnyColorLayer() -> bool
```

## Discussion

Color-layer formats can overlap with other layer kinds, such as Intermediate layers. The specific color-layer format properties are not mutually exclusive.

## See Also

### Color Layer Kind

- [`GSLayer.fullColorLayer`](/Core/GlyphsCore/GSLayer/fullColorLayer) — Whether the layer is a full-color layer.
- [`GSLayer.colorPaletteLayer`](/Core/GlyphsCore/GSLayer/colorPaletteLayer) — Whether the layer is a palette color layer.
- [`GSLayer.SVGColorLayer`](/Core/GlyphsCore/GSLayer/SVGColorLayer) — Whether the layer is an SVG color layer.
- [`GSLayer.appleColorLayer`](/Core/GlyphsCore/GSLayer/appleColorLayer) — Whether the layer is an Apple bitmap color layer.

