orx
Toggle table of contents
0.5.0-dev.28+293aff4
common
Target filter
common
Switch theme
Search in API
Skip to content
orx
orx-compositor
/
org.openrndr.extra.compositor
/
ColorBufferCache
Color
Buffer
Cache
class
ColorBufferCache
(
val
width
:
Int
,
val
height
:
Int
)
(
source
)
Members
Constructors
Color
Buffer
Cache
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
Properties
cache
Link copied to clipboard
val
cache
:
MutableMap
<
ColorBufferCacheKey
,
List
<
ColorBuffer
>
>
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int
Functions
destroy
Link copied to clipboard
fun
destroy
(
)
get
Link copied to clipboard
operator
fun
get
(
key
:
ColorBufferCacheKey
)
:
List
<
ColorBuffer
>