MCPcopy Create free account
hub / github.com/17cupsofcoffee/nova / color

Method color

src/graphics/batch.rs:33–36  ·  view source on GitHub ↗
(mut self, color: Color)

Source from the content-addressed store, hash-verified

31 }
32
33 pub fn color(mut self, color: Color) -> Self {
34 self.color = color;
35 self
36 }
37
38 pub fn origin(mut self, origin: Vec2) -> Self {
39 self.origin = origin;

Callers 1

text_segmentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected