wip BrightnessGrid
This commit is contained in:
parent
e0647bacd6
commit
c554fbd800
13 changed files with 162 additions and 86 deletions
|
|
@ -2,10 +2,12 @@
|
|||
//!
|
||||
//! prefix `sp_byte_grid_`
|
||||
|
||||
use servicepoint::{ByteGrid, DataRef, Grid};
|
||||
use servicepoint::{DataRef, Grid, PrimitiveGrid};
|
||||
|
||||
use crate::c_slice::CByteSlice;
|
||||
|
||||
pub type ByteGrid = PrimitiveGrid<u8>;
|
||||
|
||||
/// Creates a new `ByteGrid` with the specified dimensions.
|
||||
///
|
||||
/// returns: `ByteGrid` initialized to 0.
|
||||
|
|
|
|||
Loading…
Reference in a new issue