Package apple.metal.struct
Class MTLClearColor
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.metal.struct.MTLClearColor
-
public final class MTLClearColor extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description MTLClearColor()MTLClearColor(double red, double green, double blue, double alpha)protectedMTLClearColor(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublealpha()doubleblue()doublegreen()doublered()voidsetAlpha(double value)voidsetBlue(double value)voidsetGreen(double value)voidsetRed(double value)
-