Cluster Creator Kit Script Reference
    Preparing search index...

    Interface ChannelMixerPropertyItem Beta

    The property for the post-process channel mixer value.

    interface ChannelMixerProperty {
        blue: PostProcessFloatProperty;
        green: PostProcessFloatProperty;
        red: PostProcessFloatProperty;
    }
    Index

    Properties

    Properties

    Specifies the value for blue. Values can be set between -200 and 200.

    Specifies the value for green. Values can be set between -200 and 200.

    Specifies the value for red. Values can be set between -200 and 200.