d
This commit is contained in:
@@ -49,9 +49,7 @@ Namespace RenderingN
|
||||
|
||||
Private Function ColorToTexture(color As Color) As Image
|
||||
Dim tex As New Bitmap(1, 1)
|
||||
tex.MakeTransparent()
|
||||
tex.SetPixel(0, 0, color)
|
||||
Console.WriteLine(tex.GetPixel(0, 0).ToString & vbTab & color.ToString)
|
||||
Return tex
|
||||
End Function
|
||||
|
||||
|
||||
Reference in New Issue
Block a user