API reference
API reference
Select your platform
No SDKs available
No versions available

Settings Struct

Overview

Data Fields

Texture2D
Texture2D
float
float
float
float
Gradient
float
bool

Public Member Functions

Settings
( Texture2D colorLutTargetTexture,
Texture2D colorLutSourceTexture,
float saturation,
float posterize,
float brightness,
float contrast,
Gradient gradient,
float lutWeight,
bool flipLutY )

Details

Fields

Texture2D OVRPassthroughLayer.Settings.colorLutTargetTexture
No description available.
Texture2D OVRPassthroughLayer.Settings.colorLutSourceTexture
No description available.
float OVRPassthroughLayer.Settings.saturation
No description available.
float OVRPassthroughLayer.Settings.posterize
No description available.
float OVRPassthroughLayer.Settings.brightness
No description available.
float OVRPassthroughLayer.Settings.contrast
No description available.
Gradient OVRPassthroughLayer.Settings.gradient
No description available.
float OVRPassthroughLayer.Settings.lutWeight
No description available.
bool OVRPassthroughLayer.Settings.flipLutY
No description available.

Member Functions

OVRPassthroughLayer.Settings.Settings
( Texture2D colorLutTargetTexture,
Texture2D colorLutSourceTexture,
float saturation,
float posterize,
float brightness,
float contrast,
Gradient gradient,
float lutWeight,
bool flipLutY )
No description available.
Did you find this page helpful?