Method
HexWidgetset_mark_custom_color
since: 4.8
Declaration
void
hex_widget_set_mark_custom_color (
  HexWidget* self,
  HexWidgetMark* mark,
  GdkRGBA* color
)
Parameters
- mark
- 
            Type: HexWidgetMarkThe HexWidgetMarkfor which the custom color will be set.The data is owned by the caller of the method. 
- color
- 
            Type: GdkRGBAThe custom color to be set for the mark. The data is owned by the caller of the method.