Click or drag to resize

ColorBlend Method

Overload List
  NameDescription
Public methodStatic memberBlend(Color, Color)
Blends the blendColor onto the specified baseColor. Uses alpha component of blendColor to detemine the blending factor.
Public methodStatic memberBlend(Color, Color, Single)
Blends the blendColor onto the specified baseColor. Ignores the alpha component and uses the provided blend factor.
Top
See Also