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
enum
Pluto::ChannelType
Defined in:
pluto/channel_type.cr
Enum Members
Red
=
0
Green
=
1
Blue
=
2
Gray
=
3
Alpha
=
4
Instance Method Summary
#alpha?
#blue?
#gray?
#green?
#red?
Instance Method Detail
def
alpha?
#
[
View source
]
def
blue?
#
[
View source
]
def
gray?
#
[
View source
]
def
green?
#
[
View source
]
def
red?
#
[
View source
]