Function matchBestIcon
Find icon closest to the given size among given alternatives.
string matchBestIcon(Range)
(
Range alternatives,
uint matchSize
);
Parameters
Name | Description |
---|---|
alternatives | Range of IconSearchResult s, usually returned by lookupIcon . |
matchSize | Desired size of icon. |