Uses of Class
com.github.weisj.jsvg.paint.impl.RGBColor
Packages that use RGBColor
Package
Description
-
Uses of RGBColor in com.github.weisj.jsvg.animation.interpolation
Methods in com.github.weisj.jsvg.animation.interpolation that return RGBColorModifier and TypeMethodDescriptionprivate static @Nullable RGBColorDefaultInterpolator.extractColor(@NotNull SVGPaint p) -
Uses of RGBColor in com.github.weisj.jsvg.animation.value
Fields in com.github.weisj.jsvg.animation.value declared as RGBColorModifier and TypeFieldDescriptionprivate final @NotNull RGBColor @NotNull []AnimatedColor.valuesConstructors in com.github.weisj.jsvg.animation.value with parameters of type RGBColorModifierConstructorDescriptionAnimatedColor(@NotNull Track track, @NotNull ColorValue initial, @NotNull RGBColor @NotNull [] values) -
Uses of RGBColor in com.github.weisj.jsvg.paint.impl
Fields in com.github.weisj.jsvg.paint.impl declared as RGBColorModifier and TypeFieldDescriptionstatic final RGBColorRGBColor.DEFAULTstatic final RGBColorRGBColor.INHERITEDMethods in com.github.weisj.jsvg.paint.impl that return RGBColorModifier and TypeMethodDescriptionstatic @NotNull RGBColorstatic @NotNull RGBColorRGBColor.interpolate(float t, @NotNull RGBColor a, @NotNull RGBColor b) static @NotNull RGBColorMethods in com.github.weisj.jsvg.paint.impl with parameters of type RGBColor