docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    HSV to RGB

    Menu Path : Operator > Color > HSV to RGB

    The HSV to RGB Operator converts HSV (Hue, Saturation, Value) color values to RGB (Red, Green, Blue) color values.

    This Operator is useful if you want to construct new colors or if you want to selectively change some aspect of an input color. To do that latter for example, you would use the RGB to HSV Operator to change an RGB color to HSV, change the hue (the pure spectrum color), saturation (the intensity), or value (the brightness of the color), then use this Operator to convert it back to RBG color.

    Note: Color Operators work on a per-particle level. To recolor the particle's texture on a per-pixel level, use Color Mapping in the system's output Context or create your own shader via Shader Graph.

    Operator properties

    Input Type Description
    HSV Vector3 The HSV values to convert to an RGB color.
    Output Type Description
    RGB Color The converted RGB color from the input HSV values.
    In This Article
    • Operator properties
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)