| Declaration | |
|---|---|
| From | + (nonnull instancetype)blackColor |
| To | @property (class, readonly, strong, nonnull) CIColor *blackColor |
| Declaration | |
|---|---|
| From | + (nonnull instancetype)whiteColor |
| To | @property (class, readonly, strong, nonnull) CIColor *whiteColor |
| Declaration | |
|---|---|
| From | + (nonnull instancetype)grayColor |
| To | @property (class, readonly, strong, nonnull) CIColor *grayColor |
| Declaration | |
|---|---|
| From | + (nonnull instancetype)redColor |
| To | @property (class, readonly, strong, nonnull) CIColor *redColor |
| Declaration | |
|---|---|
| From | + (nonnull instancetype)greenColor |
| To | @property (class, readonly, strong, nonnull) CIColor *greenColor |
| Declaration | |
|---|---|
| From | + (nonnull instancetype)blueColor |
| To | @property (class, readonly, strong, nonnull) CIColor *blueColor |
| Declaration | |
|---|---|
| From | + (nonnull instancetype)cyanColor |
| To | @property (class, readonly, strong, nonnull) CIColor *cyanColor |
| Declaration | |
|---|---|
| From | + (nonnull instancetype)magentaColor |
| To | @property (class, readonly, strong, nonnull) CIColor *magentaColor |
| Declaration | |
|---|---|
| From | + (nonnull instancetype)yellowColor |
| To | @property (class, readonly, strong, nonnull) CIColor *yellowColor |
| Declaration | |
|---|---|
| From | + (nonnull instancetype)clearColor |
| To | @property (class, readonly, strong, nonnull) CIColor *clearColor |