Rename BlendTowardOppositeLuma() to BlendTowardContrastingEndpoint().
1400060
This commit is contained in:
parent
34d7e019ce
commit
70bbbb84bb
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ SubmenuButton::SubmenuButton(const base::string16& title,
|
|||
|
||||
SetInkDropMode(InkDropMode::ON);
|
||||
set_ink_drop_base_color(
|
||||
color_utils::BlendTowardOppositeLuma(background_color_, 0x61));
|
||||
color_utils::BlendTowardMaxContrast(background_color_, 0x61));
|
||||
}
|
||||
|
||||
SubmenuButton::~SubmenuButton() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue