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

main.cesium.ColorBlendMode.kt Maven / Gradle / Ivy

The newest version!
// Automatically generated - do not modify!

@file:JsModule("cesium")

package cesium

/**
 * Defines different modes for blending between a target color and a primitive's source color.
 *
 * HIGHLIGHT multiplies the source color by the target color
 * REPLACE replaces the source color with the target color
 * MIX blends the source color and target color together
 * @see Online Documentation
 */

external enum class ColorBlendMode {

    HIGHLIGHT,

    REPLACE,

    MIX,

    ;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy