struct Animatis::Kolor
- Animatis::Kolor
- Struct
- Value
- Object
Defined in:
animatis.crConstructors
- .hsv_new(h : Int32 = 360, s : Int32 = 100, v : Int32 = 100) : Kolor
- .new(red : Int32 = 255, green : Int32 = 255, blue : Int32 = 255, alpha : Int32 = 255)
- .new(hex : String)
Instance Method Summary
- #alpha : Int32
- #alpha=(alpha : Int32)
- #blue : Int32
- #blue=(blue : Int32)
- #green : Int32
- #green=(green : Int32)
- #hex
- #red : Int32
- #red=(red : Int32)
- #rgb
- #rgba