-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.SolidColor
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
4 revisions
namespace: Crow
SolidColor
public class SolidColor : Fill
⬜ | prototype | description |
---|---|---|
![]() |
SolidColor (Color c) |
__ |
⬜ | name | description |
---|
⬜ | prototype | description |
---|---|---|
![]() |
bool Equals(object obj) |
__ |
![]() |
int GetHashCode() |
__ |
![]() |
implicit operator Color(SolidColor c) |
__ |
![]() |
implicit operator SolidColor(Color c) |
__ |
![]() |
SolidColor operator-(SolidColor c1, SolidColor c2) |
__ |
![]() |
SolidColor operator*(SolidColor c, Double f) |
__ |
![]() |
SolidColor operator+(SolidColor c1, SolidColor c2) |
__ |
![]() |
object Parse(string s) |
__ |
![]() |
void SetAsSource(Interface iFace, Context ctx, Rectangle bounds=default) |
set content of fill as source for drawing operations on the backend context |
![]() |
string ToString() |
__ |
⬜ | name | description |
---|