API Reference > OdDb Classes > OdDbMentalRayRenderSettings Class > OdDbMentalRayRenderSettings Methods > OdDbMentalRayRenderSettings::samplingContrastColor Method
OdDbMentalRayRenderSettings::samplingContrastColor Method
Syntax
C++
void samplingContrastColor(float& red, float& green, float& blue, float& alpha) const;
Parameters 
Description 
float& red 
[out] Receives the red color channel threshold.  
float& green 
[out] Receives the green channel threshold.  
float& blue 
[out] Receives the blue channel threshold.  
float& alpha 
[out] Receives the alpha channel threshold. 

Returns the SamplingContrastColor for this MentalRayRenderSettings object.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.