CharacterFormattingInfo.color

The displayed color

  1. ubyte color;
  2. ushort color;
    class CharacterFormattingInfo(T)
    static if(!(T.stringof == Bitmap8Bit.stringof))
    static if(T.stringof == Bitmap16Bit.stringof)
    ushort color;
  3. Color color;

Meta