Kernel
in package
AbstractYes
The Kernel enum.
Tags
Table of Contents
Constants
- CUBIC = 'cubic'
- LANCZOS2 = 'lanczos2'
- LANCZOS3 = 'lanczos3'
- LINEAR = 'linear'
- MITCHELL = 'mitchell'
- MKS2013 = 'mks2013'
- MKS2021 = 'mks2021'
- NEAREST = 'nearest'
Constants
CUBIC
public
mixed
CUBIC
= 'cubic'
LANCZOS2
public
mixed
LANCZOS2
= 'lanczos2'
LANCZOS3
public
mixed
LANCZOS3
= 'lanczos3'
LINEAR
public
mixed
LINEAR
= 'linear'
MITCHELL
public
mixed
MITCHELL
= 'mitchell'
MKS2013
public
mixed
MKS2013
= 'mks2013'
MKS2021
public
mixed
MKS2021
= 'mks2021'
NEAREST
public
mixed
NEAREST
= 'nearest'