Function Index Class Index

Set_Edge_XXX

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)

Function Documentation

HC_EXTERNAL HIC_API void HIC_Set_Cut_Edge_Color ( HIC_Rendition const *  nr,
HIC_RGB const *  rgb 
)
Parameters:
nrA pointer to a const HIC_Rendition.
rgbA pointer to a HIC_RGB, a structure of three floats, each between zero and one.

This function changes the cut edge color.

HC_EXTERNAL HIC_API void HIC_Set_Edge_Color ( HIC_Rendition const *  nr,
HIC_RGB const *  rgb 
)
Parameters:
nrA pointer to a const HIC_Rendition.
rgbA pointer to a HIC_RGB, a structure of three floats, each between zero and one.

This function changes the value of edge color.

HC_EXTERNAL HIC_API void HIC_Set_Edge_Contrast_Color ( HIC_Rendition const *  nr,
HIC_RGB const *  rgb 
)
Parameters:
nrA pointer to a const HIC_Rendition.
rgbA pointer to a HIC_RGB, a structure of three floats, each between zero and one.

This function changes the edge contrast color.

HC_EXTERNAL HIC_API void HIC_Set_Edge_Pattern ( HIC_Rendition const *  nr,
char  npattern 
)
Parameters:
nrA pointer to a const HIC_Rendition.
npatternA char.

This function changes the edge pattern.

HC_EXTERNAL HIC_API void HIC_Set_Edge_Style ( HIC_Rendition const *  nr,
char const *  nname 
)
Parameters:
nrA pointer to a const HIC_Rendition.
nnameA const char.

This function changes the edge style.

HC_EXTERNAL HIC_API void HIC_Set_Edge_Weight ( HIC_Rendition const *  nr,
int  nweight 
)
Parameters:
nrA pointer to a const HIC_Rendition.
nweightAn int.

This function changes the edge weight.

HC_EXTERNAL HIC_API void HIC_Set_Internal_Edge_Color ( HIC_Rendition const *  nr,
HIC_RGBAS32  internal 
)
Parameters:
nrA pointer to a const HIC_Rendition.
internalA HIC_RGBAS32.

This function changes the internal edge color.

HC_EXTERNAL HIC_API void HIC_Set_Line_Equal_Edge_Rendition ( HIC_Rendition const *  nr)
Parameters:
nrA pointer to a const HIC_Rendition.

This function sets the line rendition equal to the edge rendition.

HC_EXTERNAL HIC_API void HIC_Set_User_Edge_Pattern ( HIC_Rendition const *  nr,
HIC_User_Line_Pattern const *  upat 
)
Parameters:
nrA pointer to a const HIC_Rendition.
upatA pointer to a const HIC_User_Line_Pattern.

This function sets the user edge pattern.

HC_EXTERNAL HIC_API void HIC_Set_Variable_Edge_Weight ( HIC_Rendition const *  nr,
HIC_Size_Units  nunits,
float  nweight 
)
Parameters:
nrA pointer to a const HIC_Rendition.
nunitAn HIC_Size_Units.
nweightAn float.

This function changes the edge weight.