gtk-kt
gtk
/
org.gtk.gdk
/
RGBA
RGBA
class
RGBA
(
rgbaPointer
:
CPointer
<
GdkRGBA
>
)
Content copied to clipboard
kotlinx-gtk 16 / 03 / 2021
Types
Constructors
Functions
Properties
Constructors
RGBA
Link copied to clipboard
fun
RGBA
(
rgbaPointer
:
CPointer
<
GdkRGBA
>
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
alpha
Link copied to clipboard
var
alpha
:
Float
Content copied to clipboard
blue
Link copied to clipboard
var
blue
:
Float
Content copied to clipboard
green
Link copied to clipboard
var
green
:
Float
Content copied to clipboard
red
Link copied to clipboard
var
red
:
Float
Content copied to clipboard
rgbaPointer
Link copied to clipboard
val
rgbaPointer
:
CPointer
<
GdkRGBA
>
Content copied to clipboard