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

commonMain.org.jetbrains.skia.PixelGeometry.kt Maven / Gradle / Ivy

The newest version!
package org.jetbrains.skia

// The order and values must be aligned with SkPixelGeometry from the C++ side
enum class PixelGeometry {
    UNKNOWN,
    RGB_H,
    BGR_H,
    RGB_V,
    BGR_V;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy