Пример #1
0
 public ForegroundColorAttribute(Color color) => Handle = new SafeTextAttributeHandle(LibuiLibrary.uiNewColorAttribute(color.R, color.G, color.B, color.A));
Пример #2
0
 public UnderlineColorAttribute(Color color) => Handle = new SafeTextAttributeHandle(LibuiLibrary.uiNewColorAttribute(color.R, color.G, color.B, color.A));