Casting fixes

This commit is contained in:
Matt Thorson
2020-06-14 17:27:50 -07:00
parent 8a7a4391af
commit e1620cb930
2 changed files with 23 additions and 18 deletions

View File

@ -38,6 +38,11 @@ namespace Strawberry
A = (uint8)(alpha * 255);
}
public this()
{
R = G = B = A = 0;
}
public float Rf
{
[Inline]