struct WAD::Playpal::Color

Overview

A color

Defined in:

wa-cr/wad/wad-data/texture.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def b : UInt8 #

[View source]
def b=(b : UInt8) #

[View source]
def clone #

Returns a copy of self with all instance variables cloned.


[View source]
def g : UInt8 #

[View source]
def g=(g : UInt8) #

[View source]
def initialize #

[View source]
def r : UInt8 #

[View source]
def r=(r : UInt8) #

[View source]