ggplotd v0.4.13 (2016-02-19T19:08:02Z)
Dub
Repo
ConversionPath
ggplotd
color
conv
Undocumented in source.
package @
safe
pure nothrow @
nogc
template
ConversionPath (
From
To
) {
template
isParentType
(Parent, Of)
;
template
FindPath
(From, To)
;
alias
Path
=
FindPath
!(
From
,
To
)
;
alias
ConversionPath
=
Path
;
alias
ConversionPath
=
Path
[
1
..$]
;
}
Members
Aliases
ConversionPath
alias
ConversionPath
=
Path
Undocumented in source.
ConversionPath
alias
ConversionPath
=
Path
[
1
..$]
Undocumented in source.
Path
alias
Path
=
FindPath
!(
From
,
To
)
Undocumented in source.
Templates
FindPath
template
FindPath
(From, To)
Undocumented in source.
isParentType
template
isParentType
(Parent, Of)
Undocumented in source.
Meta
Source
See Implementation
ggplotd
color
conv
functions
colorFromString
convertColor
convertNormInt
convertPixelType
templates
ConversionPath
FloatTypeFor
WorkingType