daffodil ~master (2022-03-12T20:49:14.1403618)
Dub
Repo
ColorSpace
daffodil
colorspace
A group of functions describing the operations for a :d:struct:
Pixel
.
struct
ColorSpace {
void
function
(
const
real
[],
const
real
,
real
[])
opScalarMul
;
void
function
(
const
real
[],
const
real
[],
real
[])
opColorAdd
;
string
function
(
const
real
[])
toString
;
}
Members
Variables
opColorAdd
void
function
(
const
real
[],
const
real
[],
real
[])
opColorAdd
;
opScalarMul
void
function
(
const
real
[],
const
real
,
real
[])
opScalarMul
;
toString
string
function
(
const
real
[])
toString
;
Meta
Source
See Implementation
daffodil
colorspace
properties
RGB
structs
ColorSpace
A group of functions describing the operations for a :d:struct:Pixel.