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

com.nextbreakpoint.freeimage4java.FIRGBA16 Maven / Gradle / Ivy

The newest version!
// 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 tagFIRGBA16 {
 *     WORD red;
 *     WORD green;
 *     WORD blue;
 *     WORD alpha;
 * } FIRGBA16
 * }
 */
public class FIRGBA16 extends tagFIRGBA16 {

    FIRGBA16() {
        // Should not be called directly
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy