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:
HexWidgetMark
The
HexWidgetMark
for which the custom color will be set.The data is owned by the caller of the method. color
-
Type:
GdkRGBA
The custom color to be set for the mark.
The data is owned by the caller of the method.