orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-color
/
org.openrndr.extra.color.statistics
/
RGBHistogram
RGBHistogram
jvm
class
RGBHistogram
(
val
freqs
:
Array
<
Array
<
DoubleArray
>
>
,
val
binCount
:
Int
)
(
source
)
Members
Constructors
RGBHistogram
Link copied to clipboard
jvm
constructor
(
freqs
:
Array
<
Array
<
DoubleArray
>
>
,
binCount
:
Int
)
Properties
bin
Count
Link copied to clipboard
jvm
val
binCount
:
Int
freqs
Link copied to clipboard
jvm
val
freqs
:
Array
<
Array
<
DoubleArray
>
>
Functions
color
Link copied to clipboard
jvm
fun
color
(
rBin
:
Int
,
gBin
:
Int
,
bBin
:
Int
)
:
ColorRGBa
frequency
Link copied to clipboard
jvm
fun
frequency
(
color
:
ColorRGBa
)
:
Double
sample
Link copied to clipboard
jvm
fun
sample
(
random
:
Random
=
Random.Default
)
:
ColorRGBa
sorted
Colors
Link copied to clipboard
jvm
fun
sortedColors
(
)
:
List
<
Pair
<
ColorRGBa
,
Double
>
>