mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-15 23:48:15 +08:00
Automatically fix style.
This commit is contained in:

committed by
Arthur Sonzogni

parent
d09996a6c7
commit
5291f660ca
@@ -11,9 +11,9 @@ namespace ftxui {
|
||||
class Color {
|
||||
public:
|
||||
enum Palette16 : uint8_t;
|
||||
enum Palette256: uint8_t;
|
||||
enum Palette256 : uint8_t;
|
||||
|
||||
Color(); // Transparent.
|
||||
Color(); // Transparent.
|
||||
Color(Palette16 index); // Implicit conversion from index to Color.
|
||||
Color(Palette256 index); // Implicit conversion from index to Color.
|
||||
Color(uint8_t red, uint8_t green, uint8_t blue);
|
||||
|
@@ -21,3 +21,7 @@ ColorInfo GetColorInfo(Color::Palette256 index);
|
||||
} // namespace ftxui
|
||||
|
||||
#endif /* end of include guard: FTXUI_SCREEN_COLOR_INFO_HPP */
|
||||
|
||||
// Copyright 2020 Arthur Sonzogni. All rights reserved.
|
||||
// Use of this source code is governed by the MIT license that can be found in
|
||||
// the LICENSE file.
|
||||
|
Reference in New Issue
Block a user