# `GSGlyph isSVGColorGlyph`

*Instance Method*

Whether any layer is an SVG color layer.

## Declaration

```swift
func isSVGColorGlyph() -> Bool
```

```objc
- (BOOL) isSVGColorGlyph;
```

```python
isSVGColorGlyph() -> bool
```

## See Also

### Color Glyphs

- [`GSGlyph isAnyColorGlyph`](/Core/GlyphsCore/GSGlyph/isAnyColorGlyph) — Whether any layer uses a color-layer format.
- [`GSGlyph isFullColorGlyph`](/Core/GlyphsCore/GSGlyph/isFullColorGlyph) — Whether any layer is a full-color layer.
- [`GSGlyph isColorPaletteGlyph`](/Core/GlyphsCore/GSGlyph/isColorPaletteGlyph) — Whether any layer is a palette color layer.
- [`GSGlyph isAppleColorGlyph`](/Core/GlyphsCore/GSGlyph/isAppleColorGlyph) — Whether any layer is an Apple bitmap color layer.

