Class PictureCorrection
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
[VolumeComponentMenu("Retro Look Pro/Picture Correction")]
public class PictureCorrection : VolumeComponent, IPostProcessComponent
- Inheritance
-
VolumeComponent
PictureCorrection
- Implements
-
IPostProcessComponent
- Inherited Members
-
- Extension Methods
-
Constructors
PictureCorrection()
public PictureCorrection()
Fields
GlobalPostProcessingSettings
[Space]
[Tooltip("Use Global Post Processing Settings to enable or disable Post Processing in scene view or via camera setup. THIS SETTING SHOULD BE TURNED OFF FOR EFFECTS, IN CASE OF USING THEM FOR SEPARATE LAYERS")]
public BoolParameter GlobalPostProcessingSettings
Field Value
- BoolParameter
enable
public BoolParameter enable
Field Value
- BoolParameter
gammaCorection
[Range(0, 2)]
[Tooltip("use this to balance the gamma(brightness) of the signal.")]
public ClampedFloatParameter gammaCorection
Field Value
- ClampedFloatParameter
mask
[Space]
[Tooltip("Mask texture")]
public TextureParameter mask
Field Value
- TextureParameter
maskChannel
public maskChannelModeParameter maskChannel
Field Value
- maskChannelModeParameter
signalAdjustI
[Range(-0.25, 0.25)]
[Tooltip("I permanent adjustment..")]
public ClampedFloatParameter signalAdjustI
Field Value
- ClampedFloatParameter
signalAdjustQ
[Range(-0.25, 0.25)]
[Tooltip("Q permanent adjustment..")]
public ClampedFloatParameter signalAdjustQ
Field Value
- ClampedFloatParameter
signalAdjustY
[Range(-0.25, 0.25)]
[Tooltip(" Y permanent adjustment..")]
public ClampedFloatParameter signalAdjustY
Field Value
- ClampedFloatParameter
signalShiftI
[Range(-2, 2)]
[Tooltip("tweak/shift I values..")]
public ClampedFloatParameter signalShiftI
Field Value
- ClampedFloatParameter
signalShiftQ
[Range(-2, 2)]
[Tooltip("tweak/shift Q values..")]
public ClampedFloatParameter signalShiftQ
Field Value
- ClampedFloatParameter
signalShiftY
[Range(-2, 2)]
[Tooltip("tweak/shift Y values..")]
public ClampedFloatParameter signalShiftY
Field Value
- ClampedFloatParameter
Methods
IsActive()
Returns
- bool
IsTileCompatible()
public bool IsTileCompatible()
Returns
- bool