Color interpolation topic
Interpolators for colors in various color spaces.
Functions
-
interpolateCubehelix(
Object? a, Object? b) → String Function(num) Color interpolation -
Returns an Cubehelix color space interpolator between the two colors
a
andb
with a default gamma of 1. -
interpolateCubehelix(
Object? a, Object? b) → String Function(num) Color interpolation -
Returns an Cubehelix color space interpolator between the two colors
a
andb
with a default gamma of 1. -
interpolateCubehelix(
Object? a, Object? b) → String Function(num) Color interpolation -
Returns an Cubehelix color space interpolator between the two colors
a
andb
with a default gamma of 1. -
interpolateCubehelixGamma(
num gamma) → String Function(num) Function(Object?, Object?) Color interpolation -
Returns a new Cubehelix color space interpolator factory using the specified
gamma
. -
interpolateCubehelixGamma(
num gamma) → String Function(num) Function(Object?, Object?) Color interpolation -
Returns a new Cubehelix color space interpolator factory using the specified
gamma
. -
interpolateCubehelixGamma(
num gamma) → String Function(num) Function(Object?, Object?) Color interpolation -
Returns a new Cubehelix color space interpolator factory using the specified
gamma
. -
interpolateCubehelixGammaLong(
num gamma) → String Function(num) Function(Object?, Object?) Color interpolation - Like interpolateCubehelixGamma, but does not use the shortest path between hues.
-
interpolateCubehelixGammaLong(
num gamma) → String Function(num) Function(Object?, Object?) Color interpolation - Like interpolateCubehelixGamma, but does not use the shortest path between hues.
-
interpolateCubehelixGammaLong(
num gamma) → String Function(num) Function(Object?, Object?) Color interpolation - Like interpolateCubehelixGamma, but does not use the shortest path between hues.
-
interpolateCubehelixLong(
Object? a, Object? b) → String Function(num) Color interpolation - Like interpolateCubehelixGammaLong, but does not use the shortest path between hues.
-
interpolateCubehelixLong(
Object? a, Object? b) → String Function(num) Color interpolation - Like interpolateCubehelixGammaLong, but does not use the shortest path between hues.
-
interpolateCubehelixLong(
Object? a, Object? b) → String Function(num) Color interpolation - Like interpolateCubehelixGammaLong, but does not use the shortest path between hues.
-
interpolateHcl(
Object? a, Object? b) → String Function(num) Color interpolation -
Returns a
CIELChab color space
interpolator between the two colors
a
andb
. -
interpolateHcl(
Object? a, Object? b) → String Function(num) Color interpolation -
Returns a
CIELChab color space
interpolator between the two colors
a
andb
. -
interpolateHcl(
Object? a, Object? b) → String Function(num) Color interpolation -
Returns a
CIELChab color space
interpolator between the two colors
a
andb
. -
interpolateHclLong(
Object? a, Object? b) → String Function(num) Color interpolation - Like interpolateHcl, but does not use the shortest path between hues.
-
interpolateHclLong(
Object? a, Object? b) → String Function(num) Color interpolation - Like interpolateHcl, but does not use the shortest path between hues.
-
interpolateHclLong(
Object? a, Object? b) → String Function(num) Color interpolation - Like interpolateHcl, but does not use the shortest path between hues.
-
interpolateHsl(
Object? a, Object? b) → String Function(num) Color interpolation -
Returns an HSL color space interpolator between the two colors
a
andb
. -
interpolateHsl(
Object? a, Object? b) → String Function(num) Color interpolation -
Returns an HSL color space interpolator between the two colors
a
andb
. -
interpolateHsl(
Object? a, Object? b) → String Function(num) Color interpolation -
Returns an HSL color space interpolator between the two colors
a
andb
. -
interpolateHslLong(
Object? a, Object? b) → String Function(num) Color interpolation - Like interpolateHsl, but does not use the shortest path between hues.
-
interpolateHslLong(
Object? a, Object? b) → String Function(num) Color interpolation - Like interpolateHsl, but does not use the shortest path between hues.
-
interpolateHslLong(
Object? a, Object? b) → String Function(num) Color interpolation - Like interpolateHsl, but does not use the shortest path between hues.
-
interpolateHue(
num a, num b) → num Function(num) Color interpolation -
Returns an interpolator between the two hue angles
a
andb
. -
interpolateHue(
num a, num b) → num Function(num) Color interpolation -
Returns an interpolator between the two hue angles
a
andb
. -
interpolateHue(
num a, num b) → num Function(num) Color interpolation -
Returns an interpolator between the two hue angles
a
andb
. -
interpolateLab(
Object? a, Object? b) → String Function(num) Color interpolation -
Returns a
CIELAB color space
interpolator between the two colors
a
andb
. -
interpolateLab(
Object? a, Object? b) → String Function(num) Color interpolation -
Returns a
CIELAB color space
interpolator between the two colors
a
andb
. -
interpolateLab(
Object? a, Object? b) → String Function(num) Color interpolation -
Returns a
CIELAB color space
interpolator between the two colors
a
andb
. -
interpolateRgb(
Object? a, Object? b) → String Function(num) Color interpolation -
Returns an RGB color space interpolator between the two colors
a
andb
with a default gamma of 1. -
interpolateRgb(
Object? a, Object? b) → String Function(num) Color interpolation -
Returns an RGB color space interpolator between the two colors
a
andb
with a default gamma of 1. -
interpolateRgb(
Object? a, Object? b) → String Function(num) Color interpolation -
Returns an RGB color space interpolator between the two colors
a
andb
with a default gamma of 1. -
interpolateRgbBasis(
List< Color interpolationObject?> colors) → String Function(num) -
Returns a uniform nonrational B-spline interpolator through the specified
list of
colors
, which are converted to RGB color space. -
interpolateRgbBasis(
List< Color interpolationObject?> colors) → String Function(num) -
Returns a uniform nonrational B-spline interpolator through the specified
list of
colors
, which are converted to RGB color space. -
interpolateRgbBasis(
List< Color interpolationObject?> colors) → String Function(num) -
Returns a uniform nonrational B-spline interpolator through the specified
list of
colors
, which are converted to RGB color space. -
interpolateRgbBasisClosed(
List< Color interpolationObject?> colors) → String Function(num) -
Returns a uniform nonrational B-spline interpolator through the specified
list of
colors
, which are converted to RGB color space. -
interpolateRgbBasisClosed(
List< Color interpolationObject?> colors) → String Function(num) -
Returns a uniform nonrational B-spline interpolator through the specified
list of
colors
, which are converted to RGB color space. -
interpolateRgbBasisClosed(
List< Color interpolationObject?> colors) → String Function(num) -
Returns a uniform nonrational B-spline interpolator through the specified
list of
colors
, which are converted to RGB color space. -
interpolateRgbGamma(
num y) → String Function(num) Function(Object?, Object?) Color interpolation -
Returns a new RGB color space interpolator factory using the specified
gamma
. -
interpolateRgbGamma(
num y) → String Function(num) Function(Object?, Object?) Color interpolation -
Returns a new RGB color space interpolator factory using the specified
gamma
. -
interpolateRgbGamma(
num y) → String Function(num) Function(Object?, Object?) Color interpolation -
Returns a new RGB color space interpolator factory using the specified
gamma
.