Instruction

interface Instruction

Inheritors

Types

Link copied to clipboard
data class Color(val r: Int, val g: Int, val b: Int, val a: Int) : NoHornyImage.Instruction
Link copied to clipboard
data class Rect(val x: Int, val y: Int, val w: Int, val h: Int) : NoHornyImage.Instruction
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