# `GSLayer.SVGColorLayer`

*Instance Property*

Whether the layer is an SVG color layer.

## Declaration

```swift
var isSVGColorLayer: Bool { get set }
```

```objc
@property (nonatomic, getter=isSVGColorLayer) BOOL SVGColorLayer;
```

```python
isSVGColorLayer() -> bool
setSVGColorLayer_(SVGColorLayer: bool)
```

## Discussion

Setting this property marks or unmarks the layer as an SVG color layer.

## See Also

### Color Layer Kind

- [`GSLayer.anyColorLayer`](/Core/GlyphsCore/GSLayer/anyColorLayer) — Whether the layer uses any color-layer format.
- [`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.appleColorLayer`](/Core/GlyphsCore/GSLayer/appleColorLayer) — Whether the layer is an Apple bitmap color layer.

