remove todo
This commit is contained in:
parent
01b353f903
commit
3b109567e9
3 changed files with 0 additions and 2 deletions
Binary file not shown.
Before ![]() (image error) Size: 88 KiB After ![]() (image error) Size: 90 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 9.3 KiB After ![]() (image error) Size: 9.2 KiB ![]() ![]() |
|
@ -325,8 +325,6 @@ proc blur*(image: Image, radius: float32, outOfBounds = ColorRGBX()) =
|
|||
|
||||
let lookup = gaussianLookup(radius)
|
||||
|
||||
# TODO support offBounds for images.
|
||||
|
||||
proc `*`(sample: ColorRGBX, a: uint32): array[4, uint32] {.inline.} =
|
||||
[
|
||||
sample.r * a,
|
||||
|
|
Loading…
Reference in a new issue