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
gdouble
No description available.
The length of the array is specified in the white_point_length1
argument.The data is owned by the caller of the function. white_point_length1
-
Type:
gint
No description available.
adapting_luminance
-
Type:
gdouble
No description available.
bg_lstar
-
Type:
gdouble
No description available.
surround
-
Type:
gdouble
No description available.
discount_illuminant
-
Type:
gboolean
No 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. |