Skip to content

Commit 558154d

Browse files
Update README.md
1 parent 7bd5d20 commit 558154d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,9 @@ def low_th_alpha(surface_: Surface, new_alpha_: int, threshold_: int) -> Surface
135135
def high_th_alpha(surface_: Surface, new_alpha_: int, threshold_: int) -> Surface
136136
```
137137
### Greyscale methods
138-
```
138+
```python
139139
# Conserve lightness
140+
````
140141
```python
141142
def greyscale_light_alpha(image: Surface)->Surface
142143
def greyscale_light(image: Surface)->Surface

0 commit comments

Comments
 (0)