Class FadeToColorOverlayConfiguration
java.lang.Object
net.thewinnt.cutscenes.client.overlay.FadeToColorOverlayConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal DynamicColorfinal DynamicColorfinal DynamicColorfinal DynamicColor -
Constructor Summary
ConstructorsConstructorDescriptionFadeToColorOverlayConfiguration(DynamicColor colorBottomLeft, DynamicColor colorTopLeft, DynamicColor colorTopRight, DynamicColor colorBottomRight, float alpha) -
Method Summary
Modifier and TypeMethodDescriptionfloatgetAlpha()doublevoidsetAlpha(float alpha) voidsetProgress(double progress)
-
Field Details
-
bottomLeft
-
topLeft
-
topRight
-
bottomRight
-
-
Constructor Details
-
FadeToColorOverlayConfiguration
public FadeToColorOverlayConfiguration(DynamicColor colorBottomLeft, DynamicColor colorTopLeft, DynamicColor colorTopRight, DynamicColor colorBottomRight, float alpha)
-
-
Method Details
-
getAlpha
public float getAlpha() -
setAlpha
public void setAlpha(float alpha) -
getProgress
public double getProgress() -
setProgress
public void setProgress(double progress)
-