Uses of Class
org.pushingpixels.ephemeral.chroma.hct.Hct
Packages that use Hct
Package
Description
-
Uses of Hct in org.pushingpixels.ephemeral.chroma.dynamiccolor
Methods in org.pushingpixels.ephemeral.chroma.dynamiccolor that return HctModifier and TypeMethodDescriptionDynamicBimodalPaletteColor.getHct(DynamicBimodalPalette palette) Returns an HCT object.DynamicPalette.getHct(DynamicPaletteColor dynamicPaletteColor) DynamicPaletteColor.getHct(DynamicPalette palette) Returns an HCT object.Constructors in org.pushingpixels.ephemeral.chroma.dynamiccolor with parameters of type HctModifierConstructorDescriptionDynamicBimodalPalette(Hct seedOne, Hct seedTwo, DynamicBimodalPalette.TransitionRange transitionRange, double fidelityTone, ContainerConfiguration containerConfiguration) DynamicPalette(Hct sourceColorHct, ContainerConfiguration containerConfiguration) -
Uses of Hct in org.pushingpixels.ephemeral.chroma.hct
Methods in org.pushingpixels.ephemeral.chroma.hct that return HctModifier and TypeMethodDescriptionstatic HctHct.from(double hue, double chroma, double tone) Create an HCT color from hue, chroma, and tone.static HctHct.fromInt(int argb) Create an HCT color from a color.Hct.inViewingConditions(ViewingConditions vc) Translate a color into different ViewingConditions. -
Uses of Hct in org.pushingpixels.ephemeral.chroma.palettes
Methods in org.pushingpixels.ephemeral.chroma.palettes that return HctModifier and TypeMethodDescriptionBaseTonalPalette.getHct(double tone) Given a tone, return the HCT color that corresponds to it in this palette.BimodalTonalPalette.getHct(double tone) Given a tone, use hue and chroma of palette to create a color, and return it as HCT.ColorBlindTonalPalette.getHct(double tone) Given a tone, use hue and chroma of palette to create a color, and return it as HCT.TonalPalette.getHct(double tone) Given a tone, use hue and chroma of palette to create a color, and return it as HCT.TonalPalette.getKeyColor()The key color is the first tone, starting from T50, that matches the palette's chroma.Methods in org.pushingpixels.ephemeral.chroma.palettes with parameters of type HctModifier and TypeMethodDescriptionstatic BimodalTonalPaletteBimodalTonalPalette.from(Hct hct1, Hct hct2, BimodalTonalPalette.TransitionRange transitionRange) static TonalPaletteCreate tones using a HCT color.