daffodil ~master (2017-01-29T03:12:49Z)
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.