Imad (Fallout4)
Summary
Represents an Image Space Adapter form.
Properties
Name Description
IEnumerable<TimeFloat> BloomBlurRadiusAdditives Retreives an enumerable collection of Bloom Blur Radius additives.
IEnumerable<TimeFloat> BloomBlurRadiusMultipliers Retreives an enumerable collection of Bloom Blur Radius multipliers.
IEnumerable<TimeFloat> BloomScaleAdditives Retreives an enumerable collection of Saturation additives.
IEnumerable<TimeFloat> BloomScaleMultipliers Retreives an enumerable collection of Saturation multipliers.
IEnumerable<TimeFloat> BloomTresholdAdditives Retreives an enumerable collection of Saturation additives.
IEnumerable<TimeFloat> BloomTresholdMultipliers Retreives an enumerable collection of Saturation multipliers.
float BlurCenterX Gets or sets the X-axis offset of the center of the blur effect.
float BlurCenterY Gets or sets the Y-axis offset of the center of the blur effect.
IEnumerable<TimeFloat> BlurRadiusValues Retreives an enumerable collection of values for Blur Radius.
IEnumerable<TimeFloat> BrightnessAdditives Retreives an enumerable collection of Brightness additives.
IEnumerable<TimeFloat> BrightnessMultipliers Retreives an enumerable collection of Brightness multipliers.
IEnumerable<TimeFloat> ContrastAdditives Retreives an enumerable collection of Contrast additives.
IEnumerable<TimeFloat> ContrastMultipliers Retreives an enumerable collection of Contrast multipliers.
IEnumerable<TimeFloat> DepthOfFieldDistanceValues Retreives an enumerable collection of values for Depth Of Field Distance.
IEnumerable<TimeFloat> DepthOfFieldRangeValues Retreives an enumerable collection of values for Depth Of Field Range.
IEnumerable<TimeFloat> DepthOfFieldStrengthValues Retreives an enumerable collection of values for Depth Of Field Strength.
IEnumerable<TimeFloat> DoubleVisionStrengthValues Retreives an enumerable collection of values for Double Vision Strength.
float Duration Gets or sets the duration of effect.
string EditorId Gets or sets the Editor ID associated with this form.
IEnumerable<TimeFloat> EyeAdaptSpeedAdditives Retreives an enumerable collection of Eye Adapt additives.
IEnumerable<TimeFloat> EyeAdaptSpeedMultipliers Retreives an enumerable collection of Eye Adapt multipliers.
IEnumerable<TimeColor> FadeColors Retreives an enumerable collection of colors for Fade.
uint FormId Gets the Form ID associated with this form.
bool IsAnimatable Gets or sets the value which determines whether the effect is animated.
bool IsBlurTargetted Gets or sets the value which determines whether the blur effect uses a target.
IEnumerable<TimeFloat> MotionBlurValues Retreives an enumerable collection of values for Motion Blur.
IEnumerable<TimeFloat> RadialBlurDownStartValues Retreives an enumerable collection of values for Radial Blur DownStart Radius.
IEnumerable<TimeFloat> RadialBlurRampdownValues Retreives an enumerable collection of values for Radial Blur Rampdown Radius.
IEnumerable<TimeFloat> RadialBlurRampupValues Retreives an enumerable collection of values for Radial Blur Rampup Radius.
IEnumerable<TimeFloat> RadialBlurStartValues Retreives an enumerable collection of values for Radial Blur Start Radius.
IEnumerable<TimeFloat> RadialBlurStrengthValues Retreives an enumerable collection of values for Radial Blur Strength.
IEnumerable<TimeFloat> SaturationAdditives Retreives an enumerable collection of Saturation additives.
IEnumerable<TimeFloat> SaturationMultipliers Retreives an enumerable collection of Saturation multipliers.
IEnumerable<TimeFloat> TargetLumMaxAdditives Retreives an enumerable collection of Saturation additives.
IEnumerable<TimeFloat> TargetLumMaxMultipliers Retreives an enumerable collection of Saturation multipliers.
IEnumerable<TimeFloat> TargetLumMinAdditives Retreives an enumerable collection of Saturation additives.
IEnumerable<TimeFloat> TargetLumMinMultipliers Retreives an enumerable collection of Saturation multipliers.
IEnumerable<TimeColor> TintColors Retreives an enumerable collection of colors for Tint.
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.

Return to: Index