Module: Viewport::WithToneAndColors

Defined in:
docs/0_Dependencies.rb

Overview

Module defining a shader’d entity that has .color and .tone methods (for flash or other purpose)

Defined Under Namespace

Classes: Color, Tone

Instance Method Summary collapse

Instance Method Details

#colorColor

Color of the viewport

Returns:



1263
1264
# File 'docs/0_Dependencies.rb', line 1263

def color
end

#color=(value)

Set color of the viewport

Parameters:



1259
1260
# File 'docs/0_Dependencies.rb', line 1259

def color=(value)
end

#toneTone

Tone of the viewport

Returns:



1271
1272
# File 'docs/0_Dependencies.rb', line 1271

def tone
end

#tone=(value)

Set the tone

Parameters:



1267
1268
# File 'docs/0_Dependencies.rb', line 1267

def tone=(value)
end