Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface ParticleGeneratorDebugTintOptions

    interface ParticleGeneratorDebugTintOptions {
        mode?: ParticleGeneratorDebugTintMode;
        palette?: number[];
    }
    Index

    Properties

    Properties

    How to apply debug tinting.

    palette?: number[]

    A list of 0xRRGGBB colors used for "palette" or "byTexture" modes.