com.nextbreakpoint.freeimage4java.RGBTRIPLE Maven / Gradle / Ivy
// Generated by jextract
package com.nextbreakpoint.freeimage4java;
import java.lang.invoke.*;
import java.lang.foreign.*;
import java.nio.ByteOrder;
import java.util.*;
import java.util.function.*;
import java.util.stream.*;
import static java.lang.foreign.ValueLayout.*;
import static java.lang.foreign.MemoryLayout.PathElement.*;
/**
* {@snippet lang=c :
* typedef struct tagRGBTRIPLE {
* BYTE rgbtBlue;
* BYTE rgbtGreen;
* BYTE rgbtRed;
* } RGBTRIPLE
* }
*/
public class RGBTRIPLE extends tagRGBTRIPLE {
RGBTRIPLE() {
// Should not be called directly
}
}