Docs.rs
dunge-0.3.8
dunge 0.3.8
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nanoqsh
Dependencies
bytemuck ^1.13
normal
dunge-macro =0.3.8
normal
dunge-shade =0.3.8
normal
glam ^0.30
normal
log ^0.4
normal
wgpu ^26.0
normal
dunge-shade =0.3.8
dev
env_logger ^0.11
dev
wgpu ^26.0
normal
parking ^2.2
normal
wgpu ^26.0
normal
wgpu ^26.0
normal
wgpu ^26.0
normal
Versions
31.2%
of the crate is documented
Platform
wasm32-unknown-unknown
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ColorValue
dunge
0.3.8
Color
Value
Required Associated Types
Type
Implementors
In crate dunge
dunge
Trait
Color
Value
Copy item path
Source
pub trait ColorValue { type
Type
; }
Expand description
The trait to treat
colors
as
values
.
Required Associated Types
§
Source
type
Type
Implementors
§
Source
§
impl
ColorValue
for
Color
<1>
Source
§
type
Type
=
f32
Source
§
impl
ColorValue
for
Color
<2>
Source
§
type
Type
=
Vec2
<
f32
>
Source
§
impl
ColorValue
for
Color
<3>
Source
§
type
Type
=
Vec3
<
f32
>
Source
§
impl
ColorValue
for
Color
<4>
Source
§
type
Type
=
Vec4
<
f32
>