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

Class Color

src/style.rs:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13#[derive(Clone, Copy, Debug, Default)]
14pub struct Color {
15 pub r: f32,
16 pub g: f32,
17 pub b: f32,
18 pub a: f32,
19}
20
21#[derive(Clone, Copy, Debug, Default)]
22pub enum TextAlign {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected