Docs.rs
ofx-0.1.0
ofx 0.1.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
norru
Dependencies
libc ^0.2
normal
log ^0.4
normal
log4rs ^0.8
normal
ofx_sys ^0.1.1
normal
phf ^0.7
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
RGBAColourB
Trait Implementations
PixelFormat
PixelFormatRGB
PixelFormatRGBA
In ofx
?
Type Definition
ofx
::
RGBAColourB
source
·
[
−
]
pub type RGBAColourB =
OfxRGBAColourB
;
Trait Implementations
source
impl
PixelFormat
for
RGBAColourB
type
ChannelValue
=
u8
source
fn
channel
(&self, i:
usize
) -> &Self::
ChannelValue
source
fn
channel_mut
(&mut self, i:
usize
) -> &mut Self::
ChannelValue
source
fn
num_components
() ->
usize
source
fn
components
() ->
ImageComponent
source
fn
num_bits_depth
() ->
usize
source
fn
bit_depth
() ->
BitDepth
source
impl
PixelFormatRGB
for
RGBAColourB
source
fn
r
(&self) -> &Self::
ChannelValue
source
fn
r_mut
(&mut self) -> &mut Self::
ChannelValue
source
fn
g
(&self) -> &Self::
ChannelValue
source
fn
g_mut
(&mut self) -> &mut Self::
ChannelValue
source
fn
b
(&self) -> &Self::
ChannelValue
source
fn
b_mut
(&mut self) -> &mut Self::
ChannelValue
source
impl
PixelFormatRGBA
for
RGBAColourB
source
fn
new
(
r: Self::
ChannelValue
,
g: Self::
ChannelValue
,
b: Self::
ChannelValue
,
a: Self::
ChannelValue
) -> Self
source
fn
a
(&self) -> &Self::
ChannelValue
source
fn
a_mut
(&mut self) -> &mut Self::
ChannelValue