struct RayTracerChallenge::Adapters::SubPixel

Defined in:

ray_tracer_challenge/adapters/sub_pixel.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int32, y : Int32, rgb : RGB, value : Int32) #

[View source]

Instance Method Detail


[View source]
def value : Int32 #

[View source]
def x : Int32 #

[View source]
def y : Int32 #

[View source]