Constructor
HeToneDeltaPairnew
Declaration
HeToneDeltaPair*
he_tone_delta_pair_new (
HeDynamicColor* role_a,
HeDynamicColor* role_b,
gdouble delta,
HeTonePolarity* polarity,
HeToneResolve* resolve
)
Parameters
role_a
-
Type:
HeDynamicColor
No description available.
The data is owned by the caller of the function. role_b
-
Type:
HeDynamicColor
No description available.
The data is owned by the caller of the function. delta
-
Type:
gdouble
No description available.
polarity
-
Type:
HeTonePolarity
No description available.
The argument can be NULL
.The data is owned by the caller of the function. resolve
-
Type:
HeToneResolve
No description available.
The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: HeToneDeltaPair
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |