Function
HeViewingConditionsmake
Declaration
HeViewingConditions*
he_viewing_conditions_make (
  gdouble* white_point,
  gint white_point_length1,
  gdouble adapting_luminance,
  gdouble bg_lstar,
  gdouble surround,
  gboolean discount_illuminant
)
      Parameters
white_point- 
            
Type: An array of
gdoubleNo description available.
The length of the array is specified in the white_point_length1argument.The data is owned by the caller of the function.  white_point_length1- 
            
Type:
gintNo description available.
 adapting_luminance- 
            
Type:
gdoubleNo description available.
 bg_lstar- 
            
Type:
gdoubleNo description available.
 surround- 
            
Type:
gdoubleNo description available.
 discount_illuminant- 
            
Type:
gbooleanNo description available.
 
Return value
Type: HeViewingConditions
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |