Beispiel #1
0
Image GetUscImage(const String& id)
{
	Image m = GetImlImage(id);
	if(!IsNull(m))
		return AdjustColors(m);
	ImlImageMaker q;
	q.id = id;
	return MakeImage(q);
}
Beispiel #2
0
Image RichImlImage::Get(const Value& v) const
{
	return GetImlImage((String)v);
}