MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / rgba

Method rgba

src/style.rs:93–95  ·  view source on GitHub ↗
(r: f32, g: f32, b: f32, a: f32)

Source from the content-addressed store, hash-verified

91 }
92
93 pub fn rgba(r: f32, g: f32, b: f32, a: f32) -> Self {
94 Self { r, g, b, a }
95 }
96}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected