toggle menu
nohorny
3.0.3
jvm
switch theme
search in API
nohorny
/
com.xpdustry.nohorny.image
/
NoHornyImage
/
Instruction
Instruction
sealed
interface
Instruction
Inheritors
Color
Rect
Triangle
Members
Types
Color
Link copied to clipboard
data
class
Color
(
val
r
:
Int
,
val
g
:
Int
,
val
b
:
Int
,
val
a
:
Int
)
:
NoHornyImage.Instruction
Rect
Link copied to clipboard
data
class
Rect
(
val
x
:
Int
,
val
y
:
Int
,
val
w
:
Int
,
val
h
:
Int
)
:
NoHornyImage.Instruction
Triangle
Link copied to clipboard
data
class
Triangle
(
val
x1
:
Int
,
val
y1
:
Int
,
val
x2
:
Int
,
val
y2
:
Int
,
val
x3
:
Int
,
val
y3
:
Int
)
:
NoHornyImage.Instruction