Originally Posted by
dje (...)For a raw file to be any use, it needs to be processed into a viewable image and a significant part of this process is the application of white balance multipliers. As indicated in the article Ted referenced, these multipliers can be up to 2.5 for the red or blue channels. This needs to be accounted for when looking for clipping margin in every channel.(...)
But that's mainly an issue when using integers for image treatment. Some programs using floating point do not have that issue.
In those cases, the raw file data are mapped to a 0..1 float range. At the end of the editing, the float range is mapped back to the requested integer range. Crucially, in between those steps, you won't cause highlight clipping with normal operations. Specifically, exposure correction and white balancing won't cause clipping.
So a pure raw histogram (with
no treatment of the data at all) can be useful.