struct RayTracerChallenge::Color
- RayTracerChallenge::Color
- Struct
- Value
- Object
Defined in:
ray_tracer_challenge/color.crConstructors
Instance Method Summary
- #add(other : Color)
- #blue : Float64
- #color?
- #green : Float64
- #hadamard_product(other : Color)
- #mul(other : Color)
- #mul(scalar)
- #red : Float64
- #sub(other : Color)