hachclient
  • 🐣Вступление
  • ✈️События
    • onInput
    • onDisable
    • onEnable
    • onUpdate
    • onRender
    • onMove
    • onKey
    • onGuiClick
    • onGuiRelease
    • onGuiRender
  • 📚Библиотеки
    • inventory
    • timer
    • player
    • chat
    • render
    • color
    • mathutil
    • gl11
    • world
    • projection
  • gui
  • window
  • client
  • drag
  • settings
  • network
  • 🌎Объекты
    • item
    • timer
    • entity
    • module
    • drag
  • Vector3
  • Vector2
  • Примеры скриптов
    • ⛏️Выбросить предметы
    • ⌨️Горячие клавиши
    • Китайская шляпа
Powered by GitBook
On this page
  • color:rgba(r,g,b,a)
  • color:alpha(color, alpha)
  1. Библиотеки

color

Позволяет создавать объект цвета

color:rgba(r,g,b,a)

color:rgba(0,0,255,255)

color:alpha(color, alpha)

color:alpha(my_color, 100)
PreviousrenderNextmathutil

Last updated 6 days ago

📚