Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pluto
v1.0.1
Pluto
ChannelType
Exception
Format
JPEG
PNG
PPM
Stumpy
WebP
Image
ImageGA
ImageRGBA
Operation
BilinearResize
BoxBlur
Brightness
ChannelSwap
Contrast
Crop
GaussianBlur
HorizontalBlur
VerticalBlur
Built with Crystal 1.9.2
2023-10-08 11:45:10 UTC
module
Pluto::Operation::ChannelSwap
Direct including types
Pluto::ImageGA
Pluto::ImageRGBA
Defined in:
pluto/operation/channel_swap.cr
Instance Method Summary
#channel_swap
(a : ChannelType, b : ChannelType) :
self
#channel_swap!
(a : ChannelType, b : ChannelType) :
self
Instance Method Detail
def
channel_swap
(a :
ChannelType
, b :
ChannelType
) :
self
#
[
View source
]
def
channel_swap!
(a :
ChannelType
, b :
ChannelType
) :
self
#
[
View source
]