Class: Raylib::Color
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Raylib::Color
- Defined in:
- lib/raylib_main.rb
Overview
Color, 4 components, R8G8B8A8 (32bit)
Class Method Summary collapse
-
.from_u8(r = 0, g = 0, b = 0, a = 255) ⇒ Object
Color helper.