메소드 | 설명 | |
---|---|---|
FromBitmap ( |
Convert grayscale bitmap to texture.
|
|
FromBitmap ( |
Convert grayscale bitmap to texture
|
|
FromBitmap ( UnmanagedImage image ) : ].float[ |
Convert grayscale bitmap to texture.
|
|
ToBitmap ( float texture ) : |
Convert texture to grayscale bitmap.
|
메소드 | 설명 | |
---|---|---|
TextureTools ( ) : System |
public static FromBitmap ( |
||
image | Image to convert to texture. | |
리턴 | ].float[ |
public static FromBitmap ( |
||
imageData | Image data to convert to texture | |
리턴 | ].float[ |
public static FromBitmap ( UnmanagedImage image ) : ].float[ | ||
image | UnmanagedImage | Image data to convert to texture. |
리턴 | ].float[ |
public static ToBitmap ( float texture ) : |
||
texture | float | Texture to convert to bitmap. |
리턴 |