BaseColor.opCast

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

Meta