◆ KSel() [1/2]
729 {
731 ((uint) xrb << 0) |
732 ((uint) xga << 2) |
733 ((uint) kc0 << 4) |
734 ((uint) ka0 << 9) |
735 ((uint) kc1 << 14) |
736 ((uint) ka1 << 19);
737 }
Bin24 _data
Definition: BP.cs:745
◆ KSel() [2/2]
BrawlLib.Wii.Graphics.KSel.KSel |
( |
uint |
value | ) |
|
|
inline |
◆ operator BUInt24()
static implicit BrawlLib.Wii.Graphics.KSel.operator BUInt24 |
( |
KSel |
val | ) |
|
|
inlinestatic |
718 {
719 return val._data;
720 }
◆ operator int()
static implicit BrawlLib.Wii.Graphics.KSel.operator int |
( |
KSel |
val | ) |
|
|
inlinestatic |
698 {
699 return val._data;
700 }
◆ operator KSel() [1/3]
static implicit BrawlLib.Wii.Graphics.KSel.operator KSel |
( |
BUInt24 |
val | ) |
|
|
inlinestatic |
723 {
724 return new KSel(val);
725 }
KSel(ColorChannel xrb, ColorChannel xga, TevKColorSel kc0, TevKAlphaSel ka0, TevKColorSel kc1, TevKAlphaSel ka1)
Definition: BP.cs:727
◆ operator KSel() [2/3]
static implicit BrawlLib.Wii.Graphics.KSel.operator KSel |
( |
int |
val | ) |
|
|
inlinestatic |
708 {
709 return new KSel((uint) val);
710 }
◆ operator KSel() [3/3]
static implicit BrawlLib.Wii.Graphics.KSel.operator KSel |
( |
uint |
val | ) |
|
|
inlinestatic |
713 {
714 return new KSel(val);
715 }
◆ operator uint()
static implicit BrawlLib.Wii.Graphics.KSel.operator uint |
( |
KSel |
val | ) |
|
|
inlinestatic |
703 {
704 return val._data;
705 }
◆ _data
Bin24 BrawlLib.Wii.Graphics.KSel._data |
◆ KASel0
773 {
775 set =>
_data[9, 5] = (int) value;
776 }
TevKAlphaSel
Definition: Enum.cs:342
◆ KASel1
785 {
787 set =>
_data[19, 5] = (int) value;
788 }
◆ KCSel0
767 {
769 set =>
_data[4, 5] = (int) value;
770 }
TevKColorSel
Definition: Enum.cs:376
◆ KCSel1
779 {
781 set =>
_data[14, 5] = (int) value;
782 }
◆ XGA
761 {
763 set =>
_data[2, 2] = (int) value;
764 }
ColorChannel
Definition: Enum.cs:75
◆ XRB
755 {
757 set =>
_data[0, 2] = (int) value;
758 }
The documentation for this struct was generated from the following file:
- BrawlLib/Wii/Graphics/BP.cs