# `GSColorLine init`

*Initializer*

Creates a color line with the most recently registered color line.

## Declaration

```swift
convenience init()
```

```objc
- (instancetype) init;
```

```python
init() -> GSColorLine
```

## Discussion

Register a color line with `+[GSColorLine setRecentColorLine:]`.

