struct
Godot::SyntaxSpan
- Godot::SyntaxSpan
- Struct
- Value
- Object
Overview
Represents a single colored span on a line for Godot's CodeEdit
Defined in:
libgodot/script/highlighter.crConstructors
Instance Method Summary
- #a : Float32
- #a=(a : Float32)
- #b : Float32
- #b=(b : Float32)
- #column : Int32
- #column=(column : Int32)
- #g : Float32
- #g=(g : Float32)
- #r : Float32
- #r=(r : Float32)
Constructor Detail
def self.new(column : Int32, r : Float32, g : Float32, b : Float32, a : Float32 = 1.0_f32)
#