Skip to content

Commit

Permalink
Rethought drawing raw and non-raw histogram. Removed padddding. Minor…
Browse files Browse the repository at this point in the history
… other changes.
  • Loading branch information
Thanatomanic committed Dec 29, 2020
1 parent dd95f6b commit df60590
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 109 deletions.
3 changes: 2 additions & 1 deletion rtdata/themes/RawTherapee-GTK3-20_.css
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,8 @@ flowboxchild:selected {

#HistogramArea,
#HistogramRGBArea {
border-width: 0.083333333333333333em;
border: none;
/*border-width: 0.083333333333333333em;*/
}

#histButton {
Expand Down
2 changes: 1 addition & 1 deletion rtengine/rawimagesource.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3769,7 +3769,7 @@ void RawImageSource::getAutoExpHistogram (LUTu & histogram, int& histcompr)
}
}

// Histogram MUST be 256 in size; gamma is applied, blackpoint and gain also
// For histogram data gamma is applied, blackpoint and gain also
void RawImageSource::getRAWHistogram (LUTu & histRedRaw, LUTu & histGreenRaw, LUTu & histBlueRaw)
{
// BENCHFUN
Expand Down
Loading

0 comments on commit df60590

Please sign in to comment.