Color.blend

Alpha-blend two colors.

  1. typeof(this) blend(typeof(this) c0, typeof(this) c1)
    struct Color(FieldTuple...)
    static
    typeof(this)
    blend
    ()
    (
    typeof(this) c0
    ,
    typeof(this) c1
    )
    if ()
  2. typeof(this) blend(typeof(this) c0, C c1)

Meta