openrndr
0.4.5-dev.8+a91fb75
common
openrndr-draw
/
org.openrndr.internal
/
ImageData
Image
Data
abstract
class
ImageData
(
val
width
:
Int
,
val
height
:
Int
,
val
format
:
ColorFormat
,
val
type
:
ColorType
,
val
flipV
:
Boolean
,
var
data
:
MPPBuffer
?
,
val
mipmapData
:
List
<
MPPBuffer
>
=
emptyList()
)
:
AutoCloseable
(
source
)
Members
Constructors
Image
Data
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
format
:
ColorFormat
,
type
:
ColorType
,
flipV
:
Boolean
,
data
:
MPPBuffer
?
,
mipmapData
:
List
<
MPPBuffer
>
=
emptyList()
)
Functions
close
Link copied to clipboard
expect
abstract
fun
close
(
)
Properties
data
Link copied to clipboard
var
data
:
MPPBuffer
?
flip
V
Link copied to clipboard
val
flipV
:
Boolean
format
Link copied to clipboard
val
format
:
ColorFormat
height
Link copied to clipboard
val
height
:
Int
mipmap
Data
Link copied to clipboard
val
mipmapData
:
List
<
MPPBuffer
>
type
Link copied to clipboard
val
type
:
ColorType
width
Link copied to clipboard
val
width
:
Int