I think there may be a bug in how white balance multipliers are applied by DSLR_RAW in the presence of overexposure. I have struggled with pink star cores in my images for some time, but the problem really became apparent recently when I was working with eclipse photos, some of which deliberately overexposed the inner corona to capture far reaches of the corona. All overexposed regions are coming out pink.
The attached screen shots show:
1. The RAW image loaded into PixInsight with "Camera white balance", illustrating the pink coloring in the overexposed region.
2. The RAW image loaded into PixInsight with "No white balance", showing that colors are incorrect without white balance correction.
3. White balance manually applied to #2 using PixelMath (as shown in 4th attachment)
In each case, the CIE L* component was used as a mask for HistogramTransformation stretch (identical for all three) to bring out some shadow detail.
My camera's white balance parameters are approximately 2.10, 0.93, 1.34. So, for a fully saturated pixel, red is boosted relative to the other colors, resulting in the pink tinge.
I think *maybe* these white balance parameters should be normalized to 2.26, 1.00, 1.44, and then, when applying them the result should be clipped to the maximum value dictated by the sensor bit depth (i.e., 2^14 for a 14-bit sensor). I am uncertain about this because it will clip some valid highlight detail. For example, RAW pixel values of 99% of each color should legitimately be pink but will come out near white if clipped in this way. Maybe there is a smarter away to avoid pink in overexposed regions without losing legitimate highlight detail?