I felt something like that was going on, shoulda wrote this sooner:
Most FOSS software comes with a giant collection of “camera primaries”, sets of nine (or more, for cameras with weird color spaces) numbers that describe the extent of their spectral response. Those nine numbers can be thought of as a “reddest red”, “greenest green”, and “bluest blue” of the camera’s sensor. Actually, a lot of these primary sets come from the collection of profiles Adobe releases with their DNG Converter; a lot of others, for older cameras, come from dcraw.c, a command-line raw processor that is kind of a reference implementation for a raw processor. When a new camera comes out, the lag in support by raw processors, commercial and FOSS, is the inclusion of these nine numbers for that camera. There can be other numbers supporting the camera, but these are what I’ll call “first-order essential”.
In the path to an output image file, the camera colors need to be mapped to an appropriate colorspace, as the camera space is too big for most media. sRGB, AdobeRGB, etc, have their own set of primaries, nine numbers that describe their color gamut in the same terms as the camera primaries. The conversion is essentially a mapping of the pixel colors from camera space down to the output space of your choosing. There are different options for specifying this conversion; the predominant one simply leaves “low intensity” colors alone, as they occupy both spaces, and saves the heavy lifting of figuring out where to put colors from camera space that are outside the output space. This option is called “relative colorimetric”; there are three others in the ICC profile realm.
The reason I’m describing this bit of arcanery is that, linear camera matrix profiles, as the profiles containing the nine numbers (a 3x3 matrix) are called, typically “don’t lie” about the camera’s spectral response. They don’t contain non-linear curves or discontinuous LUTs that make the tones or colors look different. I’m abstracting this a bit, but I think of linear matrix camera profiles as the base characterization of the camera; anything else is a “look” or adaptation for some purpose. For instance, one can scooch the blue primary around to accommodate extreme blues, from certain theatrical LED lights for example, but in doing so one messes with all the other colors too.
So, I’d surmise you’ve been looking at a pleasing “look” in C1 renditions, and now you’re somewhat taken aback by the truth of your camera… Now, take the red pill… 