processing / processing/processing-website
blendMode BLEND is wrong
Đang mở
@REAS đang làm issue này rồi.
Từ ngày 24/7/2019.
- Ngôn ngữ chính
- MDX
- Star
- 90
- Fork
- 122
- Merge trung bình
- 1 giờ 43 phút
- Pull request đã merge (30 ngày)
- 3
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.