processing / processing/processing-website
blendMode BLEND is wrong
オープン
@REAS がすでに取り組んでいます。
2019年7月24日 から。
- 主要言語
- MDX
- スター
- 90
- フォーク
- 122
- 平均マージ
- 1時間 43分
- マージ済み PR(30日)
- 3
説明
Issue description
The docs state:
BLEND - linear interpolation of colours: C = A*factor + B. This is the default blending mode.
But linear interpolation would be C = A*factor + B*(1-factor). As documented it is more like ADD without clamping.
URL(s) of affected page(s)
https://processing.org/reference/blendMode_.html
https://processing.org/reference/blend_.html
Proposed fix
BLEND - linear interpolation of colours: C = A*factor + B*(1-factor). This is the default blending mode.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。