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

com.hp.jipp.pdl.pclm.PclmCapabilities.kt Maven / Gradle / Ivy

There is a newer version: 0.7.16
Show newest version
package com.hp.jipp.pdl.pclm

/** Capabilities of the target device that are important when rendering */
data class PclmCapabilities(
    /** Height of each strip to send via PCLM, in pixels */
    val stripHeight: Int,
    /** True if the target device supports color */
    val color: Boolean
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy