All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ociweb.iot.maker.image.FogPixelConsumer Maven / Gradle / Ivy

Go to download

FogLight is a lightweight runtime that enables makers of all ages and skill levels to create highly performant apps for embedded devices like Raspberry Pi's.

The newest version!
package com.ociweb.iot.maker.image;

/**
 * FogPixelConsumer is used by a FogPixelScanner to act on individual pixels of a bmp
 */
@FunctionalInterface
public interface FogPixelConsumer {
    void consume(FogBitmap bmp, int i, int x, int y);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy