Closed tinchodias closed 1 year ago
I had a bad idea about exposing sourceColorRGB: aColor and sourceColorRGBA: aColor instead of just sourceColor:. The low-level selectors are okay (e.g. sourceColorR: aColor red g: aColor green b: aColor blue).
sourceColorRGB: aColor
sourceColorRGBA: aColor
sourceColor:
sourceColorR: aColor red g: aColor green b: aColor blue
I had a bad idea about exposing
sourceColorRGB: aColor
andsourceColorRGBA: aColor
instead of justsourceColor:
. The low-level selectors are okay (e.g.sourceColorR: aColor red g: aColor green b: aColor blue
).