Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.
DarthAffe edited this page Jan 8, 2017 · 14 revisions

CUE.NET

The code-documentation can be found at http://cue.wyrez.org/

This wiki is really outdated and needs to be updated - take a look at the examples until this is done!

Table of Contents

  1. Introduction
    1.1. What is CUE.NET?
    1.2. What can I do with CUE.NET?
    1.3. Projects using CUE.NET

  2. Getting started
    2.1. Adding CUE.NET to a project
    2.2. Initializing CUE.NET
    2.3. Perform basic lighting
    2.4. Understanding CUE.NET ledgroups

  3. Gradients
    3.1. Understanding CUE.NET gradients
    3.2. Linear Gradient
    3.3. Rainbow Gradient
    3.4. Implementing an own gradient

  4. Brushes
    4.1. Understanding CUE.NET brushes
    4.2. Color-Corrections
    4.3. Solid-Color Brush
    4.4. Linear-Gradient Brush
    4.5. Radial-Gradient Brush
    4.6. Random-Color Brush
    4.7. Image-Brush
    4.8. Implementing an own brush

  5. Effects
    5.1 Understanding CUE.NET effects
    5.2 Flash Effect
    5.3 Implementing an own effect

  6. Tutorials