Skip to content

Commit

Permalink
[core] Adjust kp6Violet to the correct Petroff value, #7a21dd
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Nov 26, 2024
1 parent 3fdc93c commit 1583f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/base/src/TColor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ void TColor::InitializeColors()
new TColor(kP6Red, 228./255., 37./255., 54./255., "kP6Red");
new TColor(kP6Grape, 150./255., 74./255., 139./255., "kP6Grape");
new TColor(kP6Gray, 156./255., 156./255., 161./255., "kP6Gray");
new TColor(kP6Violet, 112./255., 33./255., 221./255., "kP6Violet");
new TColor(kP6Violet, 122./255., 33./255., 221./255., "kP6Violet");

new TColor(kP8Blue, 24./255., 69./255., 251./255., "kP8Blue");
new TColor(kP8Orange, 1., 94./255., 2./255., "kP8Orange");
Expand Down

0 comments on commit 1583f4b

Please sign in to comment.