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