Device Images
Device images are displayed in the SignalRGB UI on the device’s page and in the device list.
Image Requirements
Section titled “Image Requirements”- Resolution: 1024×1024 pixels
- Live area: 920×920 pixels (keep the device centered within this region; the outer 52px on each side acts as padding)
- Background: Transparent (PNG)
- Hosting: Any publicly accessible URL — the image is referenced by URL, not bundled with the plugin
ImageUrl Export
Section titled “ImageUrl Export”Return the direct URL to your image from the ImageUrl() export function:
export function ImageUrl() { return "https://example.com/images/my-device.png";}If ImageUrl() is not exported, the device will appear with a generic placeholder image in the UI.
Submitting to the Plugin Repository
Section titled “Submitting to the Plugin Repository”To have your plugin included in SignalRGB’s official plugin repository, send it to plugins@WhirlwindFX.com.