Show_Edge_XXX
Functions
char | HIC_Show_Edge_Pattern |
const char * | HIC_Show_Edge_Style |
int | HIC_Show_Edge_Weight |
float | HIC_Show_Edge_Color_Red |
float | HIC_Show_Edge_Color_Green |
float | HIC_Show_Edge_Color_Blue |
float | HIC_Show_Edge_Color_Alpha |
HIC_Integer32 | HIC_Show_Internal_Edge_Color |
float | HIC_Show_Edge_Contrast_Color_Red |
float | HIC_Show_Edge_Contrast_Color_Green |
float | HIC_Show_Edge_Contrast_Color_Blue |
HIC_Integer32 | HIC_Show_Internal_Edge_Contrast_Color |
Detailed Description
-
group
Show_Edge_XXX
Function Documentation
-
char
HIC_Show_Edge_Pattern
(HIC_Rendition const *nr) This function returns the edge line patterns as a symbolic constants.
Parameters: nr – A pointer to a const HIC_Rendition. Returns: A char.
-
const char *
HIC_Show_Edge_Style
(HIC_Rendition const *nr) This function returns the edge style.
Parameters: nr – A pointer to a const HIC_Rendition. Returns: A constant char pointer.
-
int
HIC_Show_Edge_Weight
(HIC_Rendition const *nr) This function returns the edge weight (width in pixels) as an int.
Parameters: nr – A pointer to a const HIC_Rendition. Returns: An int.
-
float
HIC_Show_Edge_Color_Red
(HIC_Rendition const *nr) This function returns the red component of the edge color as a float value with a range 0 to 1.
Parameters: nr – A pointer to a const HIC_Rendition. Returns: A float.
-
float
HIC_Show_Edge_Color_Green
(HIC_Rendition const *nr) This function returns the green component of the edge color as a float value with a range 0 to 1.
Parameters: nr – A pointer to a const HIC_Rendition. Returns: A float.
-
float
HIC_Show_Edge_Color_Blue
(HIC_Rendition const *nr) This function returns the blue component of the edge color as a float value with a range 0 to 1.
Parameters: nr – A pointer to a const HIC_Rendition. Returns: A float.
-
float
HIC_Show_Edge_Color_Alpha
(HIC_Rendition const *inr) This function returns the alpha component of the edge color as a float value with a range 0 to 1.
Parameters: nr – A pointer to a const HIC_Rendition. Returns: A float.
-
HIC_Integer32
HIC_Show_Internal_Edge_Color
(HIC_Rendition const *nr) This function returns the internal representation of the edge color.
Parameters: nr – A pointer to a const HIC_Rendition. Returns: A HIC_Integer32.
-
float
HIC_Show_Edge_Contrast_Color_Red
(HIC_Rendition const *nr) This function returns the red component of the edge contrast color as a float value with a range 0 to 1.
Parameters: nr – A pointer to a const HIC_Rendition. Returns: A float.
-
float
HIC_Show_Edge_Contrast_Color_Green
(HIC_Rendition const *nr) This function returns the green component of the edge contrast color as a float value with a range 0 to 1.
Parameters: nr – A pointer to a const HIC_Rendition. Returns: A float.
-
float
HIC_Show_Edge_Contrast_Color_Blue
(HIC_Rendition const *nr) This function returns the blue component of the edge contrast color as a float value with a range 0 to 1.
Parameters: nr – A pointer to a const HIC_Rendition. Returns: A float.
-
HIC_Integer32
HIC_Show_Internal_Edge_Contrast_Color
(HIC_Rendition const *nr) This function returns the internal representation of the edge contrast color.
Parameters: nr – A pointer to a const HIC_Rendition. Returns: HIC_Integer32.