Functions | |
HC_EXTERNAL HIC_API void | HIC_Set_Cut_Edge_Color (HIC_Rendition const *nr, HIC_RGB const *rgb) |
HC_EXTERNAL HIC_API void | HIC_Set_Edge_Color (HIC_Rendition const *nr, HIC_RGB const *rgb) |
HC_EXTERNAL HIC_API void | HIC_Set_Edge_Contrast_Color (HIC_Rendition const *nr, HIC_RGB const *rgb) |
HC_EXTERNAL HIC_API void | HIC_Set_Edge_Pattern (HIC_Rendition const *nr, char npattern) |
HC_EXTERNAL HIC_API void | HIC_Set_Edge_Style (HIC_Rendition const *nr, char const *nname) |
HC_EXTERNAL HIC_API void | HIC_Set_Edge_Weight (HIC_Rendition const *nr, int nweight) |
HC_EXTERNAL HIC_API void | HIC_Set_Internal_Edge_Color (HIC_Rendition const *nr, HIC_RGBAS32 internal) |
HC_EXTERNAL HIC_API void | HIC_Set_Line_Equal_Edge_Rendition (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API void | HIC_Set_User_Edge_Pattern (HIC_Rendition const *nr, HIC_User_Line_Pattern const *upat) |
HC_EXTERNAL HIC_API void | HIC_Set_Variable_Edge_Weight (HIC_Rendition const *nr, HIC_Size_Units nunits, float nweight) |
HC_EXTERNAL HIC_API void HIC_Set_Cut_Edge_Color | ( | HIC_Rendition const * | nr, | |
HIC_RGB const * | rgb | |||
) |
nr | A pointer to a const HIC_Rendition. | |
rgb | A pointer to a HIC_RGB, a structure of three floats, each between zero and one. |
HC_EXTERNAL HIC_API void HIC_Set_Edge_Color | ( | HIC_Rendition const * | nr, | |
HIC_RGB const * | rgb | |||
) |
nr | A pointer to a const HIC_Rendition. | |
rgb | A pointer to a HIC_RGB, a structure of three floats, each between zero and one. |
HC_EXTERNAL HIC_API void HIC_Set_Edge_Contrast_Color | ( | HIC_Rendition const * | nr, | |
HIC_RGB const * | rgb | |||
) |
nr | A pointer to a const HIC_Rendition. | |
rgb | A pointer to a HIC_RGB, a structure of three floats, each between zero and one. |
HC_EXTERNAL HIC_API void HIC_Set_Edge_Pattern | ( | HIC_Rendition const * | nr, | |
char | npattern | |||
) |
nr | A pointer to a const HIC_Rendition. | |
npattern | A char. |
HC_EXTERNAL HIC_API void HIC_Set_Edge_Style | ( | HIC_Rendition const * | nr, | |
char const * | nname | |||
) |
nr | A pointer to a const HIC_Rendition. | |
nname | A const char. |
HC_EXTERNAL HIC_API void HIC_Set_Edge_Weight | ( | HIC_Rendition const * | nr, | |
int | nweight | |||
) |
nr | A pointer to a const HIC_Rendition. | |
nweight | An int. |
HC_EXTERNAL HIC_API void HIC_Set_Internal_Edge_Color | ( | HIC_Rendition const * | nr, | |
HIC_RGBAS32 | internal | |||
) |
nr | A pointer to a const HIC_Rendition. | |
internal | A HIC_RGBAS32. |
HC_EXTERNAL HIC_API void HIC_Set_Line_Equal_Edge_Rendition | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
HC_EXTERNAL HIC_API void HIC_Set_User_Edge_Pattern | ( | HIC_Rendition const * | nr, | |
HIC_User_Line_Pattern const * | upat | |||
) |
nr | A pointer to a const HIC_Rendition. | |
upat | A pointer to a const HIC_User_Line_Pattern. |
HC_EXTERNAL HIC_API void HIC_Set_Variable_Edge_Weight | ( | HIC_Rendition const * | nr, | |
HIC_Size_Units | nunits, | |||
float | nweight | |||
) |
nr | A pointer to a const HIC_Rendition. | |
nunit | An HIC_Size_Units. | |
nweight | An float. |