SKColor(Mixing)

Extends Class:
SKColor
Declared In:

Introduction

Simple interface for mixing colors.



Methods

+blendColorSKU:withColor:alpha:

blendColorSKU:withColor:alpha:


+(SKColor*)blendColorSKU:(SKColor*)color1 withColor:(SKColor*)color2 
        alpha:(CGFloat)alpha2; 
Discussion

Blends two colors together. May run into issues if using convenience methods (grayColor, whiteColor, etc).