Docs.rs
colorutils-rs-0.5.8
colorutils-rs 0.5.8
Docs.rs crate page
Apache-2.0
OR
BSD-3-Clause
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
awxkee
Dependencies
erydanos ^0.2.12
normal
half ^2.4.1
normal
Versions
8%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
colorutils_
rs
0.5.8
ToRgb565
Required Methods
to_rgb_565
Implementors
In crate colorutils_
rs
Trait
colorutils_rs
::
ToRgb565
Copy item path
source
·
[
−
]
pub trait ToRgb565 { // Required method fn
to_rgb_565
(&self) ->
Rgb565
; }
Required Methods
§
source
fn
to_rgb_565
(&self) ->
Rgb565
Implementors
§
source
§
impl
ToRgb565
for
Rgba
<
f32
>
source
§
impl
ToRgb565
for
Rgba
<
u8
>
source
§
impl
ToRgb565
for
Rgba
<
f16
>