C4 Engine Terathon Software C4 Engine API Documentation

• Logitech Plugin

API Links
Developer Links

LogitechPlugin::GetLogoData

Defined in:  C4LogitechPlugin.h
Returns a pointer to a C4 Engine logo image.
Prototype

const Color1C *GetLogoData(void);

Description
The GetLogoData function returns a pointer to a static image buffer containing the C4 Engine logo. This image can be displayed on a Logitech device by calling the LogitechDevice::GetDeviceImage function to retrieve a pointer to the device's image storage buffer and copying exactly 6880 bytes (160×43 pixels) to it from the logo buffer.
See Also

LogitechDevice::GetDeviceImage