Talk:HWB color model
Appearance
This level-5 vital article is rated Stub-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||
|
Convert from RGB
[edit]max = max(RGB)
min = min(RGB)
H = H(RGB)
W = (1-S)*V = (1- delta/max)* max = max - delta = max - ( max - min ) = min
B = 1-V = 1 - max — Preceding unsigned comment added by 178.221.95.166 (talk) 15:00, 5 February 2017 (UTC)