Sign in
fuchsia
/
third_party
/
dart-pkg
/
main
/
.
/
image
/
lib
/
src
/
util
/
interpolation.dart
blob: 2beafa06725d0da321bfad6f3d7f6060cfbaf7c5 [
file
] [
log
] [
blame
]
// enum Interpolation
enum Interpolation
{
nearest
,
linear
,
cubic
,
average
}