Uses of Class
com.github.weisj.jsvg.paint.impl.RGBColor
-
Packages that use RGBColor Package Description com.github.weisj.jsvg.animation.interpolation com.github.weisj.jsvg.animation.value com.github.weisj.jsvg.paint.impl -
-
Uses of RGBColor in com.github.weisj.jsvg.animation.interpolation
Methods in com.github.weisj.jsvg.animation.interpolation that return RGBColor Modifier and Type Method Description private 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 RGBColor Modifier and Type Field Description private @NotNull RGBColor @NotNull []AnimatedColor. valuesConstructors in com.github.weisj.jsvg.animation.value with parameters of type RGBColor Constructor Description AnimatedColor(@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 RGBColor Modifier and Type Field Description static RGBColorRGBColor. DEFAULTstatic RGBColorRGBColor. INHERITEDMethods in com.github.weisj.jsvg.paint.impl that return RGBColor Modifier and Type Method Description static @NotNull RGBColorRGBColor. add(@NotNull RGBColor a, @NotNull RGBColor b)static @NotNull RGBColorRGBColor. interpolate(float t, @NotNull RGBColor a, @NotNull RGBColor b)static @NotNull RGBColorRGBColor. saxpy(float t, @NotNull RGBColor a, @NotNull RGBColor b)Methods in com.github.weisj.jsvg.paint.impl with parameters of type RGBColor Modifier and Type Method Description static @NotNull RGBColorRGBColor. add(@NotNull RGBColor a, @NotNull RGBColor b)static @NotNull RGBColorRGBColor. interpolate(float t, @NotNull RGBColor a, @NotNull RGBColor b)static @NotNull RGBColorRGBColor. saxpy(float t, @NotNull RGBColor a, @NotNull RGBColor b)
-