RenderEffect

data class RenderEffect(flags: ByteFlags<RenderEffect.Flags>, r: UByte, g: UByte, b: UByte)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
enum Flags : Enum<RenderEffect.Flags> , ByteFlags.Bit

Properties

Link copied to clipboard
val b: UByte
Link copied to clipboard
val flags: ByteFlags<RenderEffect.Flags>
Link copied to clipboard
val g: UByte
Link copied to clipboard
val r: UByte