Ordinarily ImagXpress will automatically adjust highlight data to compensate for differences in sensitivity between the individual red, green, and blue channels, ensuring that image highlights always look white. Within a single pixel, it is not uncommon for some color channels to saturate before others, typically resulting in image highlights that look slightly pink. If, instead of compensating to produce white highlights, you prefer to retain the additional data that’s available in the individual color channels of highlight pixels, set to false.
Syntax
public bool ClipHighlightsToWhite {get; set;}
public: __property bool get_ClipHighlightsToWhite();
public: __property void set_ClipHighlightsToWhite(
bool value
);
public:
property bool ClipHighlightsToWhite {
bool get();
void set ( bool value);
}
'Declaration
Public Property ClipHighlightsToWhite As Boolean
'Usage
Dim instance As LoadOptionsCameraRaw
Dim value As Boolean
instance.ClipHighlightsToWhite = value
value = instance.ClipHighlightsToWhite
See Also