Flags

enum Flags : Enum<RenderEffect.Flags> , ByteFlags.Bit

Entries

Link copied to clipboard
Outset(1 shl 2)

Draws an outset border around the selected items: color.rgb = rgb

Link copied to clipboard
Inset(1 shl 1)

Draws an inset border around the selected items: color.rgb = rgb

Link copied to clipboard
Highlight(1 shl 0)

Shows the selected items in brighter colors: color.rgb *= (1 + rgb)

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
open override val value: Byte