π
π
π
π
cedoscript
Searchβ¦
Introduction
Documentation
Packets
Examples
api
Events
Settings
Objects
EntityLivingBase
Color
TimerUtil
Drag
Bindings
Client
Module Manager
Player
Packet
Notification
Render
Font
User
World
Powered By
GitBook
Color
Creation
1
var
color
=
color
({
red
:
236
,
green
:
143
,
blue
:
209
})
2
β
3
// OR
4
β
5
var
color
=
color
({
red
:
236
,
green
:
143
,
blue
:
209
,
alpha
:
120
})
Copied!
Returns a
java.awt.Color
object
Functions
getRGB
1
color
.
getRGB
()
Copied!
Returns the color as an int instead of the
java.awt.Color
object
Previous
EntityLivingBase
Next
TimerUtil
Last modified
6mo ago
Copy link
Contents
Creation
Functions
getRGB