#include <editor.h>
|
SkColor4f | fBackgroundColor = {1, 1, 1, 1} |
|
SkColor4f | fForegroundColor = {0, 0, 0, 1} |
|
SkColor4f | fSelectionColor = {0.729f, 0.827f, 0.988f, 1} |
|
SkColor4f | fCursorColor = {1, 0, 0, 1} |
|
TextPosition | fSelectionBegin |
|
TextPosition | fSelectionEnd |
|
TextPosition | fCursor |
|
Definition at line 93 of file editor.h.
◆ fBackgroundColor
SkColor4f SkPlainTextEditor::Editor::PaintOpts::fBackgroundColor = {1, 1, 1, 1} |
◆ fCursor
◆ fCursorColor
SkColor4f SkPlainTextEditor::Editor::PaintOpts::fCursorColor = {1, 0, 0, 1} |
◆ fForegroundColor
SkColor4f SkPlainTextEditor::Editor::PaintOpts::fForegroundColor = {0, 0, 0, 1} |
◆ fSelectionBegin
TextPosition SkPlainTextEditor::Editor::PaintOpts::fSelectionBegin |
◆ fSelectionColor
SkColor4f SkPlainTextEditor::Editor::PaintOpts::fSelectionColor = {0.729f, 0.827f, 0.988f, 1} |
◆ fSelectionEnd
TextPosition SkPlainTextEditor::Editor::PaintOpts::fSelectionEnd |
The documentation for this struct was generated from the following file:
- third_party/skia/modules/skplaintexteditor/include/editor.h