On this page
Properties

Interface OpacityColoringFragmentOptions

OpacityColoringFragmentOptions

interface OpacityColoringFragmentOptions {
    color?: RgbaColor;
    decode: DecoderOptions;
    opacity?: number;
}
Index

Properties

color?: RgbaColor

RGB[A] - Array of 3-4 numbers. 0-255 per channel.

opacity?: number

0-1

Was this helpful?
SDK JS
Modules
Reference
interfaces
OpacityColoringFragmentOptions