Class ContainerConfiguration
java.lang.Object
org.pushingpixels.ephemeral.chroma.dynamiccolor.ContainerConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate doubleprivate booleanprivate double -
Constructor Summary
ConstructorsConstructorDescriptionContainerConfiguration(boolean isDark, double contrastLevel) ContainerConfiguration(boolean isDark, double contrastLevel, double surfaceRangeAmplitudeFactor) -
Method Summary
Modifier and TypeMethodDescriptionstatic ContainerConfigurationstatic ContainerConfigurationdoubledoublebooleanisDark()
-
Field Details
-
isDark
private boolean isDark -
contrastLevel
private double contrastLevel -
surfaceRangeAmplitudeFactor
private double surfaceRangeAmplitudeFactor
-
-
Constructor Details
-
ContainerConfiguration
public ContainerConfiguration(boolean isDark, double contrastLevel) -
ContainerConfiguration
public ContainerConfiguration(boolean isDark, double contrastLevel, double surfaceRangeAmplitudeFactor)
-
-
Method Details
-
defaultLight
-
defaultDark
-
getContrastLevel
public double getContrastLevel() -
getSurfaceRangeAmplitudeFactor
public double getSurfaceRangeAmplitudeFactor() -
isDark
public boolean isDark()
-