## shade-imp-old.api
#
# Publish the current trio of color shades
# (light/base/dark) to be used for drawing
# 3-D widgets etc.
# Compiled by:
#
src/lib/x-kit/widget/xkit-widget.sublib# This api is implemented in:
#
#
src/lib/x-kit/widget/old/lib/shade-imp-old.pkgstipulate
package xc = xclient; # xclient is from
src/lib/x-kit/xclient/xclient.pkgherein
api Shade_Imp_Old {
#
Shades;
Shade_Imp;
exception BAD_SHADE;
make_shade_imp: xc::Screen -> Shade_Imp;
get_shades: Shade_Imp -> xc::Rgb -> Shades;
};
end;