Package | Description |
---|---|
org.eclipse.january.dataset |
Modifier and Type | Method and Description |
---|---|
RGBByteDataset |
RGBByteDataset.clone() |
static RGBByteDataset |
RGBByteDataset.createFromCompoundDataset(CompoundDataset a)
Create a RGB dataset from a compound dataset (no normalisation performed)
|
static RGBByteDataset |
RGBByteDataset.createFromHSL(Dataset hue,
Dataset saturation,
Dataset lightness)
Create a RGB dataset from hue, saturation and lightness dataset
|
static RGBByteDataset |
RGBByteDataset.createFromHSV(Dataset hue,
Dataset saturation,
Dataset value)
Create a RGB dataset from hue, saturation and value dataset
|
static RGBByteDataset |
RGBByteDataset.createFromObject(Object obj)
Create a RGB dataset from an object which could be a Java list, array (of arrays...) or Number.
|
RGBByteDataset |
RGBByteDataset.getSlice(SliceIterator siter) |
RGBByteDataset |
RGBByteDataset.getView(boolean deepCopyMetadata) |
Constructor and Description |
---|
RGBByteDataset(RGBByteDataset dataset)
Copy a dataset
|
Copyright © 2014–2022 Eclipse Foundation. All rights reserved.