Skip to content

Project OpenGeode

class GreyscaleColor

Description of a color in grey scale

Functions

GreyscaleColor

cpp
public void GreyscaleColor()
public void GreyscaleColor()

GreyscaleColor

cpp
public void GreyscaleColor(local_index_t value)
public void GreyscaleColor(local_index_t value)

value

cpp
public local_index_t value()
public local_index_t value()

set_value

cpp
public void set_value(local_index_t greyscale)
public void set_value(local_index_t greyscale)

operator==

cpp
public bool operator==(const GreyscaleColor & other)
public bool operator==(const GreyscaleColor & other)

operator!=

cpp
public bool operator!=(const GreyscaleColor & other)
public bool operator!=(const GreyscaleColor & other)

operator+

cpp
public GreyscaleColor operator+(const GreyscaleColor & other)
public GreyscaleColor operator+(const GreyscaleColor & other)

operator+=

cpp
public void operator+=(const GreyscaleColor & other)
public void operator+=(const GreyscaleColor & other)

string

cpp
public basic_string string()
public basic_string string()

Geode-solutions' documentation website