unify semantics of the blend methods
This commit is contained in:
@@ -149,7 +149,7 @@ namespace nana
|
||||
color xclr = colors::red;
|
||||
|
||||
if(x_state_ == ::nana::mouse_action::pressed)
|
||||
xclr = xclr.blend(colors::white, 0.8);
|
||||
xclr = xclr.blend(colors::white, 0.2);
|
||||
|
||||
graph.rectangle(r, true, xclr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user