2017-06-18 19:42:41 +03:00
|
|
|
// Code generated by "stringer -type=TightFilter"; DO NOT EDIT.
|
|
|
|
|
2018-07-27 16:55:06 +03:00
|
|
|
package rfb
|
2017-06-18 19:42:41 +03:00
|
|
|
|
2020-01-23 01:56:16 +03:00
|
|
|
import "strconv"
|
|
|
|
|
|
|
|
func _() {
|
|
|
|
// An "invalid array index" compiler error signifies that the constant values have changed.
|
|
|
|
// Re-run the stringer command to generate them again.
|
|
|
|
var x [1]struct{}
|
|
|
|
_ = x[TightFilterCopy-0]
|
|
|
|
_ = x[TightFilterPalette-1]
|
|
|
|
_ = x[TightFilterGradient-2]
|
|
|
|
}
|
2017-06-18 19:42:41 +03:00
|
|
|
|
|
|
|
const _TightFilter_name = "TightFilterCopyTightFilterPaletteTightFilterGradient"
|
|
|
|
|
|
|
|
var _TightFilter_index = [...]uint8{0, 15, 33, 52}
|
|
|
|
|
|
|
|
func (i TightFilter) String() string {
|
|
|
|
if i >= TightFilter(len(_TightFilter_index)-1) {
|
2020-01-23 01:56:16 +03:00
|
|
|
return "TightFilter(" + strconv.FormatInt(int64(i), 10) + ")"
|
2017-06-18 19:42:41 +03:00
|
|
|
}
|
|
|
|
return _TightFilter_name[_TightFilter_index[i]:_TightFilter_index[i+1]]
|
|
|
|
}
|