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 RGBColor
DefaultInterpolator. 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. values
Constructors 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 RGBColor
RGBColor. DEFAULT
static RGBColor
RGBColor. INHERITED
Methods in com.github.weisj.jsvg.paint.impl that return RGBColor Modifier and Type Method Description static @NotNull RGBColor
RGBColor. add(@NotNull RGBColor a, @NotNull RGBColor b)
static @NotNull RGBColor
RGBColor. interpolate(float t, @NotNull RGBColor a, @NotNull RGBColor b)
static @NotNull RGBColor
RGBColor. 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 RGBColor
RGBColor. add(@NotNull RGBColor a, @NotNull RGBColor b)
static @NotNull RGBColor
RGBColor. interpolate(float t, @NotNull RGBColor a, @NotNull RGBColor b)
static @NotNull RGBColor
RGBColor. saxpy(float t, @NotNull RGBColor a, @NotNull RGBColor b)
-