keynote-parser2
Version:
A library for parsing Apple Keynote file
1,128 lines (789 loc) • 7.76 MB
TypeScript
import * as $protobuf from "protobufjs";
import Long = require("long");
/** Namespace KNSOS. */
export namespace KNSOS {
/** Properties of a SpecSetTransitionAttributesArchive. */
interface ISpecSetTransitionAttributesArchive {
/** SpecSetTransitionAttributesArchive transitionAttributes */
transitionAttributes?: (KN.ITransitionAttributesArchive|null);
/** SpecSetTransitionAttributesArchive unset */
unset: boolean;
}
/** Represents a SpecSetTransitionAttributesArchive. */
class SpecSetTransitionAttributesArchive implements ISpecSetTransitionAttributesArchive {
/**
* Constructs a new SpecSetTransitionAttributesArchive.
* @param [properties] Properties to set
*/
constructor(properties?: KNSOS.ISpecSetTransitionAttributesArchive);
/** SpecSetTransitionAttributesArchive transitionAttributes. */
public transitionAttributes?: (KN.ITransitionAttributesArchive|null);
/** SpecSetTransitionAttributesArchive unset. */
public unset: boolean;
/**
* Creates a new SpecSetTransitionAttributesArchive instance using the specified properties.
* @param [properties] Properties to set
* @returns SpecSetTransitionAttributesArchive instance
*/
public static create(properties?: KNSOS.ISpecSetTransitionAttributesArchive): KNSOS.SpecSetTransitionAttributesArchive;
/**
* Encodes the specified SpecSetTransitionAttributesArchive message. Does not implicitly {@link KNSOS.SpecSetTransitionAttributesArchive.verify|verify} messages.
* @param message SpecSetTransitionAttributesArchive message or plain object to encode
* @param [writer] Writer to encode to
* @returns Writer
*/
public static encode(message: KNSOS.ISpecSetTransitionAttributesArchive, writer?: $protobuf.Writer): $protobuf.Writer;
/**
* Encodes the specified SpecSetTransitionAttributesArchive message, length delimited. Does not implicitly {@link KNSOS.SpecSetTransitionAttributesArchive.verify|verify} messages.
* @param message SpecSetTransitionAttributesArchive message or plain object to encode
* @param [writer] Writer to encode to
* @returns Writer
*/
public static encodeDelimited(message: KNSOS.ISpecSetTransitionAttributesArchive, writer?: $protobuf.Writer): $protobuf.Writer;
/**
* Decodes a SpecSetTransitionAttributesArchive message from the specified reader or buffer.
* @param reader Reader or buffer to decode from
* @param [length] Message length if known beforehand
* @returns SpecSetTransitionAttributesArchive
* @throws {Error} If the payload is not a reader or valid buffer
* @throws {$protobuf.util.ProtocolError} If required fields are missing
*/
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): KNSOS.SpecSetTransitionAttributesArchive;
/**
* Decodes a SpecSetTransitionAttributesArchive message from the specified reader or buffer, length delimited.
* @param reader Reader or buffer to decode from
* @returns SpecSetTransitionAttributesArchive
* @throws {Error} If the payload is not a reader or valid buffer
* @throws {$protobuf.util.ProtocolError} If required fields are missing
*/
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): KNSOS.SpecSetTransitionAttributesArchive;
/**
* Verifies a SpecSetTransitionAttributesArchive message.
* @param message Plain object to verify
* @returns `null` if valid, otherwise the reason why it is not
*/
public static verify(message: { [k: string]: any }): (string|null);
/**
* Creates a SpecSetTransitionAttributesArchive message from a plain object. Also converts values to their respective internal types.
* @param object Plain object
* @returns SpecSetTransitionAttributesArchive
*/
public static fromObject(object: { [k: string]: any }): KNSOS.SpecSetTransitionAttributesArchive;
/**
* Creates a plain object from a SpecSetTransitionAttributesArchive message. Also converts values to other types if specified.
* @param message SpecSetTransitionAttributesArchive
* @param [options] Conversion options
* @returns Plain object
*/
public static toObject(message: KNSOS.SpecSetTransitionAttributesArchive, options?: $protobuf.IConversionOptions): { [k: string]: any };
/**
* Converts this SpecSetTransitionAttributesArchive to JSON.
* @returns JSON object
*/
public toJSON(): { [k: string]: any };
/**
* Gets the default type url for SpecSetTransitionAttributesArchive
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
* @returns The default type url
*/
public static getTypeUrl(typeUrlPrefix?: string): string;
}
/** Properties of a SpecTransitionAttributesArchive. */
interface ISpecTransitionAttributesArchive {
/** SpecTransitionAttributesArchive specSetTransitionAttributes */
specSetTransitionAttributes?: (KNSOS.ISpecSetTransitionAttributesArchive|null);
}
/** Represents a SpecTransitionAttributesArchive. */
class SpecTransitionAttributesArchive implements ISpecTransitionAttributesArchive {
/**
* Constructs a new SpecTransitionAttributesArchive.
* @param [properties] Properties to set
*/
constructor(properties?: KNSOS.ISpecTransitionAttributesArchive);
/** SpecTransitionAttributesArchive specSetTransitionAttributes. */
public specSetTransitionAttributes?: (KNSOS.ISpecSetTransitionAttributesArchive|null);
/**
* Creates a new SpecTransitionAttributesArchive instance using the specified properties.
* @param [properties] Properties to set
* @returns SpecTransitionAttributesArchive instance
*/
public static create(properties?: KNSOS.ISpecTransitionAttributesArchive): KNSOS.SpecTransitionAttributesArchive;
/**
* Encodes the specified SpecTransitionAttributesArchive message. Does not implicitly {@link KNSOS.SpecTransitionAttributesArchive.verify|verify} messages.
* @param message SpecTransitionAttributesArchive message or plain object to encode
* @param [writer] Writer to encode to
* @returns Writer
*/
public static encode(message: KNSOS.ISpecTransitionAttributesArchive, writer?: $protobuf.Writer): $protobuf.Writer;
/**
* Encodes the specified SpecTransitionAttributesArchive message, length delimited. Does not implicitly {@link KNSOS.SpecTransitionAttributesArchive.verify|verify} messages.
* @param message SpecTransitionAttributesArchive message or plain object to encode
* @param [writer] Writer to encode to
* @returns Writer
*/
public static encodeDelimited(message: KNSOS.ISpecTransitionAttributesArchive, writer?: $protobuf.Writer): $protobuf.Writer;
/**
* Decodes a SpecTransitionAttributesArchive message from the specified reader or buffer.
* @param reader Reader or buffer to decode from
* @param [length] Message length if known beforehand
* @returns SpecTransitionAttributesArchive
* @throws {Error} If the payload is not a reader or valid buffer
* @throws {$protobuf.util.ProtocolError} If required fields are missing
*/
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): KNSOS.SpecTransitionAttributesArchive;
/**
* Decodes a SpecTransitionAttributesArchive message from the specified reader or buffer, length delimited.
* @param reader Reader or buffer to decode from
* @returns SpecTransitionAttributesArchive
* @throws {Error} If the payload is not a reader or valid buffer
* @throws {$protobuf.util.ProtocolError} If required fields are missing
*/
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): KNSOS.SpecTransitionAttributesArchive;
/**
* Verifies a SpecTransitionAttributesArchive message.
* @param message Plain object to verify
* @returns `null` if valid, otherwise the reason why it is not
*/
public static verify(message: { [k: string]: any }): (string|null);
/**
* Creates a SpecTransitionAttributesArchive message from a plain object. Also converts values to their respective internal types.
* @param object Plain object
* @returns SpecTransitionAttributesArchive
*/
public static fromObject(object: { [k: string]: any }): KNSOS.SpecTransitionAttributesArchive;
/**
* Creates a plain object from a SpecTransitionAttributesArchive message. Also converts values to other types if specified.
* @param message SpecTransitionAttributesArchive
* @param [options] Conversion options
* @returns Plain object
*/
public static toObject(message: KNSOS.SpecTransitionAttributesArchive, options?: $protobuf.IConversionOptions): { [k: string]: any };
/**
* Converts this SpecTransitionAttributesArchive to JSON.
* @returns JSON object
*/
public toJSON(): { [k: string]: any };
/**
* Gets the default type url for SpecTransitionAttributesArchive
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
* @returns The default type url
*/
public static getTypeUrl(typeUrlPrefix?: string): string;
}
/** Properties of a MotionBackgroundStylePropertyChangeSetArchive. */
interface IMotionBackgroundStylePropertyChangeSetArchive {
/** MotionBackgroundStylePropertyChangeSetArchive name */
name?: (TSSSOS.ISpecStringArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive nameUndefined */
nameUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive variant */
variant?: (TSSSOS.ISpecStringArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive variantUndefined */
variantUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorGradient */
colorGradient?: (TSDSOS.ISpecFillArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorGradientUndefined */
colorGradientUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive randomSeed */
randomSeed?: (TSSSOS.ISpecIntegerArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive randomSeedUndefined */
randomSeedUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorBlurSigma */
colorBlurSigma?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorBlurSigmaUndefined */
colorBlurSigmaUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorContrast */
colorContrast?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorContrastUndefined */
colorContrastUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorGamma */
colorGamma?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorGammaUndefined */
colorGammaUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorSaturation */
colorSaturation?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorSaturationUndefined */
colorSaturationUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorBrightness */
colorBrightness?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorBrightnessUndefined */
colorBrightnessUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorHue */
colorHue?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorHueUndefined */
colorHueUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorVibrance */
colorVibrance?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorVibranceUndefined */
colorVibranceUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseAmplitude */
noiseAmplitude?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseAmplitudeUndefined */
noiseAmplitudeUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseMovement */
noiseMovement?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseMovementUndefined */
noiseMovementUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseOctaves */
noiseOctaves?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseOctavesUndefined */
noiseOctavesUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseScale */
noiseScale?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseScaleUndefined */
noiseScaleUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseScaleHorizontal */
noiseScaleHorizontal?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseScaleHorizontalUndefined */
noiseScaleHorizontalUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseScaleVertical */
noiseScaleVertical?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseScaleVerticalUndefined */
noiseScaleVerticalUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseGain */
noiseGain?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseGainUndefined */
noiseGainUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseLacunarity */
noiseLacunarity?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseLacunarityUndefined */
noiseLacunarityUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseSpeed */
noiseSpeed?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseSpeedUndefined */
noiseSpeedUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorPaletteOffset */
colorPaletteOffset?: (TSSSOS.ISpecIntegerArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorPaletteOffsetUndefined */
colorPaletteOffsetUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive zoom */
zoom?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive zoomUndefined */
zoomUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive invert */
invert?: (TSSSOS.ISpecBoolArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive invertUndefined */
invertUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive blendMode */
blendMode?: (TSSSOS.ISpecStringArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive blendModeUndefined */
blendModeUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive sourceBlendFactor */
sourceBlendFactor?: (TSSSOS.ISpecStringArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive sourceBlendFactorUndefined */
sourceBlendFactorUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive destBlendFactor */
destBlendFactor?: (TSSSOS.ISpecStringArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive destBlendFactorUndefined */
destBlendFactorUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive motion */
motion?: (TSSSOS.ISpecStringArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive motionUndefined */
motionUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive backgroundColor */
backgroundColor?: (TSSSOS.ISpecColorArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive backgroundColorUndefined */
backgroundColorUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive foregroundColor */
foregroundColor?: (TSSSOS.ISpecColorArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive foregroundColorUndefined */
foregroundColorUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive lineColor */
lineColor?: (TSSSOS.ISpecColorArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive lineColorUndefined */
lineColorUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive pointColor */
pointColor?: (TSSSOS.ISpecColorArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive pointColorUndefined */
pointColorUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive alpha */
alpha?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive alphaUndefined */
alphaUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive border */
border?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive borderUndefined */
borderUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive blend */
blend?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive blendUndefined */
blendUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive brightness */
brightness?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive brightnessUndefined */
brightnessUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive borderLightness */
borderLightness?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive borderLightnessUndefined */
borderLightnessUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive contrast */
contrast?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive contrastUndefined */
contrastUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive damping */
damping?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive dampingUndefined */
dampingUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive density */
density?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive densityUndefined */
densityUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive diffusePower */
diffusePower?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive diffusePowerUndefined */
diffusePowerUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive distortion */
distortion?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive distortionUndefined */
distortionUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive entropy */
entropy?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive entropyUndefined */
entropyUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive exposure */
exposure?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive exposureUndefined */
exposureUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive filter */
filter?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive filterUndefined */
filterUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive fogDistance */
fogDistance?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive fogDistanceUndefined */
fogDistanceUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive fogPower */
fogPower?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive fogPowerUndefined */
fogPowerUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive gamma */
gamma?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive gammaUndefined */
gammaUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive grainAmount */
grainAmount?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive grainAmountUndefined */
grainAmountUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive grainIntensity */
grainIntensity?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive grainIntensityUndefined */
grainIntensityUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive hue */
hue?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive hueUndefined */
hueUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive lightness */
lightness?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive lightnessUndefined */
lightnessUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive lineAlpha */
lineAlpha?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive lineAlphaUndefined */
lineAlphaUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive lineCenter */
lineCenter?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive lineCenterUndefined */
lineCenterUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive lineFade */
lineFade?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive lineFadeUndefined */
lineFadeUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive lineFadePower */
lineFadePower?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive lineFadePowerUndefined */
lineFadePowerUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive lineLength */
lineLength?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive lineLengthUndefined */
lineLengthUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive lineWidth */
lineWidth?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive lineWidthUndefined */
lineWidthUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseSizeScale */
noiseSizeScale?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseSizeScaleUndefined */
noiseSizeScaleUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseSizeWeight */
noiseSizeWeight?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseSizeWeightUndefined */
noiseSizeWeightUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseVariance */
noiseVariance?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseVarianceUndefined */
noiseVarianceUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive offset */
offset?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive offsetUndefined */
offsetUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive motionBackgroundOpacity */
motionBackgroundOpacity?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive motionBackgroundOpacityUndefined */
motionBackgroundOpacityUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive pointDepthAlpha */
pointDepthAlpha?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive pointDepthAlphaUndefined */
pointDepthAlphaUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive pointSize */
pointSize?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive pointSizeUndefined */
pointSizeUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive power */
power?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive powerUndefined */
powerUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive radius */
radius?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive radiusUndefined */
radiusUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive refraction */
refraction?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive refractionUndefined */
refractionUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive resolution */
resolution?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive resolutionUndefined */
resolutionUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive saturation */
saturation?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive saturationUndefined */
saturationUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive scale */
scale?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive scaleUndefined */
scaleUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowAlpha */
shadowAlpha?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowAlphaUndefined */
shadowAlphaUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowAngle */
shadowAngle?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowAngleUndefined */
shadowAngleUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowOffset */
shadowOffset?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowOffsetUndefined */
shadowOffsetUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowScale */
shadowScale?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowScaleUndefined */
shadowScaleUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowValue */
shadowValue?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowValueUndefined */
shadowValueUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive speed */
speed?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive speedUndefined */
speedUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive texturePower */
texturePower?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive texturePowerUndefined */
texturePowerUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive time */
time?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive timeUndefined */
timeUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive drawPoints */
drawPoints?: (TSSSOS.ISpecBoolArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive drawPointsUndefined */
drawPointsUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive drawLines */
drawLines?: (TSSSOS.ISpecBoolArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive drawLinesUndefined */
drawLinesUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive drawShadows */
drawShadows?: (TSSSOS.ISpecBoolArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive drawShadowsUndefined */
drawShadowsUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive pixelsPerDivision */
pixelsPerDivision?: (TSSSOS.ISpecIntegerArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive pixelsPerDivisionUndefined */
pixelsPerDivisionUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive symmetry */
symmetry?: (TSSSOS.ISpecBoolArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive symmetryUndefined */
symmetryUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive lockFocus */
lockFocus?: (TSSSOS.ISpecBoolArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive lockFocusUndefined */
lockFocusUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive amplitude */
amplitude?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive amplitudeUndefined */
amplitudeUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive envelope */
envelope?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive envelopeUndefined */
envelopeUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive yOffset */
yOffset?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive yOffsetUndefined */
yOffsetUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive focus */
focus?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive focusUndefined */
focusUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive blur */
blur?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive blurUndefined */
blurUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive grainSpeed */
grainSpeed?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive grainSpeedUndefined */
grainSpeedUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive meshColor */
meshColor?: (TSSSOS.ISpecColorArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive meshColorUndefined */
meshColorUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive angle */
angle?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive angleUndefined */
angleUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive meshLineWidth */
meshLineWidth?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive meshLineWidthUndefined */
meshLineWidthUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive deltaTime */
deltaTime?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive deltaTimeUndefined */
deltaTimeUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive threshold */
threshold?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive thresholdUndefined */
thresholdUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive timeStart */
timeStart?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive timeStartUndefined */
timeStartUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive instanceCount */
instanceCount?: (TSSSOS.ISpecIntegerArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive instanceCountUndefined */
instanceCountUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive extrusion */
extrusion?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive extrusionUndefined */
extrusionUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseOffset */
noiseOffset?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseOffsetUndefined */
noiseOffsetUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorHueOffset */
colorHueOffset?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorHueOffsetUndefined */
colorHueOffsetUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowHue */
shadowHue?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowHueUndefined */
shadowHueUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowHueOffset */
shadowHueOffset?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowHueOffsetUndefined */
shadowHueOffsetUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowSaturation */
shadowSaturation?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowSaturationUndefined */
shadowSaturationUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowBrightness */
shadowBrightness?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowBrightnessUndefined */
shadowBrightnessUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowIntensity */
shadowIntensity?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowIntensityUndefined */
shadowIntensityUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowPower */
shadowPower?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive shadowPowerUndefined */
shadowPowerUndefined?: (boolean|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseOctavesIterations */
noiseOctavesIterations?: (TSSSOS.ISpecIntegerArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseOctavesIterationsUndefined */
noiseOctavesIterationsUndefined?: (boolean|null);
}
/** Represents a MotionBackgroundStylePropertyChangeSetArchive. */
class MotionBackgroundStylePropertyChangeSetArchive implements IMotionBackgroundStylePropertyChangeSetArchive {
/**
* Constructs a new MotionBackgroundStylePropertyChangeSetArchive.
* @param [properties] Properties to set
*/
constructor(properties?: KNSOS.IMotionBackgroundStylePropertyChangeSetArchive);
/** MotionBackgroundStylePropertyChangeSetArchive name. */
public name?: (TSSSOS.ISpecStringArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive nameUndefined. */
public nameUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive variant. */
public variant?: (TSSSOS.ISpecStringArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive variantUndefined. */
public variantUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive colorGradient. */
public colorGradient?: (TSDSOS.ISpecFillArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorGradientUndefined. */
public colorGradientUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive randomSeed. */
public randomSeed?: (TSSSOS.ISpecIntegerArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive randomSeedUndefined. */
public randomSeedUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive colorBlurSigma. */
public colorBlurSigma?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorBlurSigmaUndefined. */
public colorBlurSigmaUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive colorContrast. */
public colorContrast?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorContrastUndefined. */
public colorContrastUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive colorGamma. */
public colorGamma?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorGammaUndefined. */
public colorGammaUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive colorSaturation. */
public colorSaturation?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorSaturationUndefined. */
public colorSaturationUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive colorBrightness. */
public colorBrightness?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorBrightnessUndefined. */
public colorBrightnessUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive colorHue. */
public colorHue?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorHueUndefined. */
public colorHueUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive colorVibrance. */
public colorVibrance?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorVibranceUndefined. */
public colorVibranceUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive noiseAmplitude. */
public noiseAmplitude?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseAmplitudeUndefined. */
public noiseAmplitudeUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive noiseMovement. */
public noiseMovement?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseMovementUndefined. */
public noiseMovementUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive noiseOctaves. */
public noiseOctaves?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseOctavesUndefined. */
public noiseOctavesUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive noiseScale. */
public noiseScale?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseScaleUndefined. */
public noiseScaleUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive noiseScaleHorizontal. */
public noiseScaleHorizontal?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseScaleHorizontalUndefined. */
public noiseScaleHorizontalUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive noiseScaleVertical. */
public noiseScaleVertical?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseScaleVerticalUndefined. */
public noiseScaleVerticalUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive noiseGain. */
public noiseGain?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseGainUndefined. */
public noiseGainUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive noiseLacunarity. */
public noiseLacunarity?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseLacunarityUndefined. */
public noiseLacunarityUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive noiseSpeed. */
public noiseSpeed?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive noiseSpeedUndefined. */
public noiseSpeedUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive colorPaletteOffset. */
public colorPaletteOffset?: (TSSSOS.ISpecIntegerArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive colorPaletteOffsetUndefined. */
public colorPaletteOffsetUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive zoom. */
public zoom?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive zoomUndefined. */
public zoomUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive invert. */
public invert?: (TSSSOS.ISpecBoolArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive invertUndefined. */
public invertUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive blendMode. */
public blendMode?: (TSSSOS.ISpecStringArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive blendModeUndefined. */
public blendModeUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive sourceBlendFactor. */
public sourceBlendFactor?: (TSSSOS.ISpecStringArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive sourceBlendFactorUndefined. */
public sourceBlendFactorUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive destBlendFactor. */
public destBlendFactor?: (TSSSOS.ISpecStringArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive destBlendFactorUndefined. */
public destBlendFactorUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive motion. */
public motion?: (TSSSOS.ISpecStringArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive motionUndefined. */
public motionUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive backgroundColor. */
public backgroundColor?: (TSSSOS.ISpecColorArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive backgroundColorUndefined. */
public backgroundColorUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive foregroundColor. */
public foregroundColor?: (TSSSOS.ISpecColorArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive foregroundColorUndefined. */
public foregroundColorUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive lineColor. */
public lineColor?: (TSSSOS.ISpecColorArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive lineColorUndefined. */
public lineColorUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive pointColor. */
public pointColor?: (TSSSOS.ISpecColorArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive pointColorUndefined. */
public pointColorUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive alpha. */
public alpha?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive alphaUndefined. */
public alphaUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive border. */
public border?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive borderUndefined. */
public borderUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive blend. */
public blend?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive blendUndefined. */
public blendUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive brightness. */
public brightness?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive brightnessUndefined. */
public brightnessUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive borderLightness. */
public borderLightness?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive borderLightnessUndefined. */
public borderLightnessUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive contrast. */
public contrast?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive contrastUndefined. */
public contrastUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive damping. */
public damping?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive dampingUndefined. */
public dampingUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive density. */
public density?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive densityUndefined. */
public densityUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive diffusePower. */
public diffusePower?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive diffusePowerUndefined. */
public diffusePowerUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive distortion. */
public distortion?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive distortionUndefined. */
public distortionUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive entropy. */
public entropy?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive entropyUndefined. */
public entropyUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive exposure. */
public exposure?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive exposureUndefined. */
public exposureUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive filter. */
public filter?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBackgroundStylePropertyChangeSetArchive filterUndefined. */
public filterUndefined: boolean;
/** MotionBackgroundStylePropertyChangeSetArchive fogDistance. */
public fogDistance?: (TSSSOS.ISpecDoubleArchive|null);
/** MotionBac