<static> getRed(color) → {number} Given a native color
<static> hexToRGB(hex) → {number} Converts a hex string
<static> getRandomColor(min, max, alpha)
<static> getAlpha(color) → {number} Given a native color
<static> blendLinearLight(a, b) → {integer} This blend
<static> interpolateColorWithRGB(color, r, g, b, steps, currentStep) → {number}
<static> getGreen(color) → {number} Given a native color
<static> blendScreen(a, b) → {integer} Multiplies the
<static> blendColorDodge(a, b) → {integer} Brightens
<static> blendSoftLight(a, b) → {integer} Darkens or
Page 4 of 6