OEAddOpenEyeIconΒΆ
void OEAddOpenEyeIcon(OEImageBase &image,
unsigned int loc=OEIconLocation::Default,
double scale=1.0)
void OEAddOpenEyeIcon(OE2DMolDisplay &disp,
unsigned int loc=OEIconLocation::Default,
double scale=1.0)
Adds an OpenEye logo to an image or a molecule display.
- loc
- This value has to be from the OEIconLocation namespace.
- scale
- The multiplier that can be used to increase or decrease the size of the icon. This value has to be in the range of [0.5, 2.0].

Example of using the OEAddOpenEyeIcon function