Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pluto
v0.1.0
Pluto
Channel
Format
JPEG
PPM
Image
Operation
BilinearResize
BoxBlur
Brightness
ChannelSwap
Contrast
GaussianBlur
HorizontalBlur
VerticalBlur
Built with Crystal 1.9.2
2023-10-08 10:05:18 UTC
module
Pluto::Operation::ChannelSwap
Direct including types
Pluto::Image
Defined in:
pluto/operation/channel_swap.cr
Instance Method Summary
#channel_swap
(a : Channel, b : Channel) : Image
#channel_swap!
(a : Channel, b : Channel) : Image
Instance Method Detail
def
channel_swap
(a :
Channel
, b :
Channel
) :
Image
#
[
View source
]
def
channel_swap!
(a :
Channel
, b :
Channel
) :
Image
#
[
View source
]