Is there an easy way to blend two System.Drawing.Color values?

后端 未结 3 932
执念已碎
执念已碎 2021-01-01 13:20

Is there an easy way to blend two System.Drawing.Color values? Or do I have to write my own method to take in two colors and combine them?

If I do, how

3条回答
  •  自闭症患者
    2021-01-01 13:58

    I am not entirely sure what you're trying to do with blending, but you could look into alpha blending http://en.wikipedia.org/wiki/Alpha_compositing.

提交回复
热议问题