massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / GimpGradientFile.pyi
1 from typing import Any
2
3 EPSILON: float
4
5 def linear(middle, pos): ...
6 def curved(middle, pos): ...
7 def sine(middle, pos): ...
8 def sphere_increasing(middle, pos): ...
9 def sphere_decreasing(middle, pos): ...
10
11 SEGMENTS: Any
12
13 class GradientFile:
14     gradient: Any
15     def getpalette(self, entries: int = ...): ...
16
17 class GimpGradientFile(GradientFile):
18     gradient: Any
19     def __init__(self, fp) -> None: ...