BaseColor.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
  1. F opCast()
    struct BaseColor(T, T Limit)
    const
    F
    opCast
    (
    F
    )
    ()
    if (
    !isVector!F &&
    is(F == BaseColor!(typeof(F.r), F.limit))
    )
  2. CastType opCast()

Meta