Class ColorLookup
A volume component that holds settings for the color lookup effect.
상속된 멤버
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
[Serializable]
[VolumeComponentMenu("Post-processing/Color Lookup")]
[SupportedOnRenderPipeline(typeof(UniversalRenderPipelineAsset))]
public sealed class ColorLookup : VolumeComponent, IApplyRevertPropertyContextMenuItemProvider, IPostProcessComponent
필드
이름 | 설명 |
---|---|
contribution | Controls how much of the lookup texture will contribute to the color grading effect. |
texture | A 2D Lookup Texture (LUT) to use for color grading. |
메서드
이름 | 설명 |
---|---|
IsActive() | |
ValidateLUT() | Validates the lookup texture assigned to the volume component. |