# `GlyphsPathPlugin drawShadowAccents:atPoint:fullCloud:`

*Instance Method*

## Declaration

```swift
func drawShadowAccents(_ layer: GSLayer, at layerOrigin: NSPoint, fullCloud: Bool)
```

```objc
- (void) drawShadowAccents:(GSLayer *) layer atPoint:(NSPoint) layerOrigin fullCloud:(BOOL) fullCloud;
```

```python
drawShadowAccents_atPoint_fullCloud_(layer: GSLayer, layerOrigin: NSPoint, fullCloud: bool)
```

