Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
SkPlainTextEditor::Editor::PaintOpts Struct Reference

#include <editor.h>

Public Attributes

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
 

Detailed Description

Definition at line 93 of file editor.h.

Member Data Documentation

◆ fBackgroundColor

SkColor4f SkPlainTextEditor::Editor::PaintOpts::fBackgroundColor = {1, 1, 1, 1}

Definition at line 94 of file editor.h.

94{1, 1, 1, 1};

◆ fCursor

TextPosition SkPlainTextEditor::Editor::PaintOpts::fCursor

Definition at line 101 of file editor.h.

◆ fCursorColor

SkColor4f SkPlainTextEditor::Editor::PaintOpts::fCursorColor = {1, 0, 0, 1}

Definition at line 98 of file editor.h.

98{1, 0, 0, 1};

◆ fForegroundColor

SkColor4f SkPlainTextEditor::Editor::PaintOpts::fForegroundColor = {0, 0, 0, 1}

Definition at line 95 of file editor.h.

95{0, 0, 0, 1};

◆ fSelectionBegin

TextPosition SkPlainTextEditor::Editor::PaintOpts::fSelectionBegin

Definition at line 99 of file editor.h.

◆ fSelectionColor

SkColor4f SkPlainTextEditor::Editor::PaintOpts::fSelectionColor = {0.729f, 0.827f, 0.988f, 1}

Definition at line 97 of file editor.h.

97{0.729f, 0.827f, 0.988f, 1};

◆ fSelectionEnd

TextPosition SkPlainTextEditor::Editor::PaintOpts::fSelectionEnd

Definition at line 100 of file editor.h.


The documentation for this struct was generated from the following file: