Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pluto
v0.2.2
Pluto
ChannelType
Exception
Format
JPEG
PNG
PPM
WebP
GrayscaleImage
Image
Operation
BilinearResize
BoxBlur
Brightness
ChannelSwap
Contrast
Crop
GaussianBlur
HorizontalBlur
VerticalBlur
RGBAImage
Built with Crystal 1.9.2
2023-10-08 02:39:15 UTC
module
Pluto::Operation::ChannelSwap
Direct including types
Pluto::GrayscaleImage
Pluto::RGBAImage
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
]