docs.unity.cn
    Show / Hide Table of Contents

    Enum ColorPickerDebugMode

    Color Picker Debug Mode.

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [GenerateHLSL(PackingRules.Exact, true, false, false, 1, false, false, false, -1, "/Users/robje/Library/Application Support/unity/editor/documentation/build/com.unity.render-pipelines.high-definition@13.1/Packages/com.unity.render-pipelines.high-definition/Runtime/Debug/ColorPickerDebug.cs")]
    public enum ColorPickerDebugMode

    Fields

    Name Description Value
    Byte

    One byte display (0-255).

    Byte4

    Four bytes display (0-255).

    Float

    One float display.

    Float4

    Four floats display.

    None

    No color picking debug.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 18 November 2022
    Terms of use