1package body agar.gui.widget.hsvpal is
2
3  function widget (hsvpal : hsvpal_access_t) return widget_access_t is
4  begin
5    return hsvpal.widget'access;
6  end widget;
7
8end agar.gui.widget.hsvpal;
9