menu
flame_3d package
documentation
extensions.dart
Vector4Utils
fromColor static method
fromColor static method
dark_mode
light_mode
fromColor
static method
Vector4
fromColor
(
Color
color
)
Implementation
static Vector4 fromColor(Color color) { return Vector4(color.r, color.g, color.b, color.a); }
flame_3d package
documentation
extensions
Vector4Utils
fromColor static method
Vector4Utils class