Imgs (Fallout4)
Summary
Represents an Image Space form.
Properties
Name Description
float BloomBlurRadius Gets or sets the HDR bloom blur radius.
float BloomScale Gets or sets the HDR bloom scale.
float BloomThreshold Gets or sets the HDR bloom threshold.
float Brightness Gets or sets the cinematic brightness.
float Contrast Gets or sets the conematic contrast.
float DepthOfFieldBlurRadius Gets or sets the Depth of Field blur radius.
float DepthOfFieldDistance Gets or sets the Depth of Field distance.
float DepthOfFieldRange Gets or sets the Depth of Field range.
float DepthOfFieldStrength Gets or sets the Depth of Field strength.
float DepthOfFieldUnknown1 Gets or sets an unknown value.
float DepthOfFieldUnknown2 Gets or sets an unknown value.
string EditorId Gets or sets the Editor ID associated with this form.
float EyeAdaptSpeed Gets or sets the HDR eye adaptation speed.
float EyeAdaptStrength Gets or sets the HDR eye adaptation strength.
uint FormId Gets the Form ID associated with this form.
bool IsDepthOfFieldSkyDisabled Gets or sets the value that indicates whether the sky is affected by the Depth of Field effect.
string LookupTexture Gets or sets the LUT texture.
float ReceiveBloomThreshold Gets or sets the HDR reveive bloom threshold.
float Saturation Gets or sets the cinematic saturation.
float SkyScale Gets or sets the HDR sky scale.
float SunlightScale Gets or sets the HDR sunlight scale.
float TintAmount Gets or sets the tint amount.
Color TintColor Gets or sets the tint color.
float White Gets or sets the HDR white value.
Methods
Name Description
bool HasTag(string) Determines whether this form has been tagged with the specified text.
void Tag(string) Tags this form with the specified text.
Remarks
The meaning of unknown properties is not known so use them with caution. Unknown properties will be removed and replaced with proper properties as soon as more information is available.

Return to: Index